|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
PREV NAMESPACE NEXT NAMESPACE | FRAMES NO FRAMES |
This namespace contains declarations related to the Simple XML Parser (SXP) interface.
The design of SXP was inspired by SAX (Simple API for XML) developed by David Megginson. SXP provides more simple interfaces than SAX and is better adapted to the document model specified by DOM.
Text of this document was compiled using materials from the original SAX specification (see SAX 2.0: The Simple API for XML. ).
Class Summary | |
IErrorHandler
|
The abstract interface to SXP error handlers. |
ILocator
|
The abstract interface for associating an SXP event with a document location. |
IEntityResolver
|
The abstract interface for resolving entities. |
IDocumentHandler
|
The abstract interface for receiving notifications of general document events. |
IDtdHandler
|
The abstract interface for receiving notifications of basic DTD-related events. |
IParser
|
The basic interface to SXP parsers. |
IParserFactory
|
The abstract interface to SXP parser factories. |
CParseException
|
The exception representing an SXP parse error or warning. |
CInputSource
|
The input source for XML entities. |
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
PREV NAMESPACE NEXT NAMESPACE | FRAMES NO FRAMES |