The include file xml.hΒΆ

This file contains definitions for use with the Sculptor interface to XML (Extensible Markup Language). The codes are documented in more detail under their related functions.


  1. Return status codes from the xml_parse() function.


XML_ERR_OK

No error - parsing can continue

XML_ERR_PARSING

Error in parsing


  1. Event codes for the XML document handler function.


XML_EV_CHARACTERS

Chunk of character data

XML_EV_END_DOCUMENT

End of document

XML_EV_END_ELEMENT

End-tag found

XML_EV_IGNORABLE_WHITESPACE

Chunk of ignorable white space

XML_EV_PROCESSING_INSTRUCTION

Processing instruction

XML_EV_SET_DOCUMENT_LOCATOR

Document event

XML_EV_START_DOCUMENT

Start of document

XML_EV_START_ELEMENT

Start-tag found


  1. Event codes for the XML error handler function.


XML_EV_ERROR

Recoverable error

XML_EV_FATAL_ERROR

Badly-formed document

XML_EV_WARNING

Non-error or fatal error


  1. Event codes for the XML DTD handler function.


XML_EV_NOTATION_DECL

Notation declaration

XML_EV_UNPARSED_ENTITY_DECL

Unparsed entity declaration


RELATED TOPICS

XML

Standard include files