IncredibleXMLParser
3.05
|
IPullParser | Pure Virtual Class defining a basic template for a Pull Parser |
IJSONPullParser | To parse JSON data strings, use the Incredible JSON Pull Parser (see example 12) |
IXMLPullParser | Class Defining the Incredible XML Pull Parser |
ITCXMLNode | Main Class representing a Incredible Transient Constant XML node |
ICXMLNode | Main Class representing a Incredible Non-Transient and Constant XML node |
IXMLNode | Main Class representing an Incredible Non-Transient and Editable XML node |
IXMLAttribute | Structure for XML attribute |
IXMLClear | Structure for XML clear (unformatted) node (usually comments) |
IXMLDomParser | Class Defining the Incredible XML Dom Parser |
IXMLParserBase64Tool | Helper class to include binary data inside XML strings using "Base64 encoding" |
IXMLReader | The IXMLReader is used to "stream" data inside the Incredible XML Pull Parser |
IPullParser::IXMLReader_FromUTF16 | |
IPullParser::IXMLReader_PassThrough | |
IPullParser::IXMLReader_ToUTF16 | |
IXMLReaderFile | The IXMLReaderFile is used to "stream" data coming from a file inside the Incredible XML Pull Parser |
IXMLReaderStringSZ | The IXMLReaderStringSZ is used to "stream" data coming from an in-memory zero-terminated String inside the Incredible XML Pull Parser |
IXMLRenderer | Class Defining the Incredible XML Renderer |
IXMLResults | Structure used to obtain error details if the parse fails |
ToIXMLStringTool | Helper class to create XML files using "printf", "fprintf", "cout",... functions |