IncredibleXMLParser  3.05
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCIPullParserPure Virtual Class defining a basic template for a Pull Parser
|oCIJSONPullParserTo parse JSON data strings, use the Incredible JSON Pull Parser (see example 12)
|\CIXMLPullParserClass Defining the Incredible XML Pull Parser
oCITCXMLNodeMain Class representing a Incredible Transient Constant XML node
|oCICXMLNodeMain Class representing a Incredible Non-Transient and Constant XML node
|\CIXMLNodeMain Class representing an Incredible Non-Transient and Editable XML node
oCIXMLAttributeStructure for XML attribute
oCIXMLClearStructure for XML clear (unformatted) node (usually comments)
oCIXMLDomParserClass Defining the Incredible XML Dom Parser
oCIXMLParserBase64ToolHelper class to include binary data inside XML strings using "Base64 encoding"
oCIXMLReaderThe IXMLReader is used to "stream" data inside the Incredible XML Pull Parser
|oCIPullParser::IXMLReader_FromUTF16
|oCIPullParser::IXMLReader_PassThrough
|oCIPullParser::IXMLReader_ToUTF16
|oCIXMLReaderFileThe IXMLReaderFile is used to "stream" data coming from a file inside the Incredible XML Pull Parser
|\CIXMLReaderStringSZThe IXMLReaderStringSZ is used to "stream" data coming from an in-memory zero-terminated String inside the Incredible XML Pull Parser
oCIXMLRendererClass Defining the Incredible XML Renderer
oCIXMLResultsStructure used to obtain error details if the parse fails
\CToIXMLStringToolHelper class to create XML files using "printf", "fprintf", "cout",... functions