Interface | Description |
---|---|
IXMLContentItem |
This interface is implemented by all classes representing XML Element
content items.
|
IXMLParserProcessor |
This interface is implemented by all classes that use a CXMLParser
to process XML input.
|
Class | Description |
---|---|
CXML_OSARInput |
This class is used to parse XML input, convert it to OSAR attributes and
pass it on to a class implementing IOutput.
|
CXML_OSAROutput |
This class is used to output OSAR records in XML format.
|
CXMLCharData |
This class represents a character data XML token.
|
CXMLContentItem |
This is the base-class for XML Elements.
|
CXMLElement |
This class represents a XML element token.
|
CXMLParser |
This class is used to parse XML input, obtained from a data-source.
|
CXMLScanner |
This class converts XML input into XML tokens.
|
CXMLToken |
This is the abstract base-class for classes representing XML tokens.
|
CXMLTokenString |
This class represents XML String tokens.
|
CXMLTokenTag |
This class represents an XML tag token.
|