class
	WEL_DOC_INFO

General
	cluster: wel
	description: "Contains the input filename used by `start_doc' in WEL_PRINTER_DC."
	create: make

Ancestors
	WEL_STRUCTURE*

Queries
	default_output_set: BOOLEAN
	document_name: STRING_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_DOC_INFO): BOOLEAN
	item: POINTER
	output: STRING_32
	shared: BOOLEAN
	str_document_name: WEL_STRING
	str_output: WEL_STRING
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_DOC_INFO)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_default_output
	set_document_name (a_document_name: STRING_GENERAL)
	set_item (an_item: POINTER)
	set_output (an_output: STRING_GENERAL)
	set_shared
	set_unshared

Constraints
	str output not void
	str document name not void