1.2 SAX

For the SAX (Simple API for XML) event view, the XmlDocument interface has the following methods:

For C++, after retrieving the document, there is no standard interface for manipulating documents in SAX. The sax.h file mirrors the Java interface and includes documentation about these methods. For more information, see Section 3.0, Simple API for XML (SAX) Interfaces.

For Java, see the com.novell.xml.sax package.