+
Point of view
All features
class XML_PARSER
Summary
Overview
creation features
features
parse (a_callbacks: XML_CALLBACKS)
effective procedure
Parse an XML documents by sending parsing events to the given callbacks
connect_to (a_stream: INPUT_STREAM)
effective procedure
Connect to the given XML document
line: INTEGER_32
writable attribute
column: INTEGER_32
writable attribute
Parse_again: INTEGER_32
constant attribute
Parse_done: INTEGER_32
constant attribute
Parse_error: INTEGER_32
constant attribute
stream: INPUT_STREAM
writable attribute
callbacks: XML_CALLBACKS
writable attribute
parse_node (at_root: BOOLEAN): INTEGER_32
effective function
True if a node was successfully parsed
read_name: STRING
effective function
parse_attribute: INTEGER_32
effective function
parse_children: INTEGER_32
effective function
skip_blanks
effective procedure
end_of_input: BOOLEAN
effective function
next
effective procedure
current_character: CHARACTER
effective function
skip (character: CHARACTER): BOOLEAN
effective function
skip2 (char1: CHARACTER, char2: CHARACTER): BOOLEAN
effective function
skip_word (word: STRING): BOOLEAN
effective function
read_identifier: STRING
effective function
read_string: STRING
effective function
read_cdata
effective procedure
read_dtd
effective procedure
make
effective procedure
Create a not connected parser
dtd_parser: XML_DTD_PARSER
once function
validator: XML_VALIDATOR
effective function