IncredibleXMLParser
3.05
|
Classes | |
class | ITCXMLNode |
Main Class representing a Incredible Transient Constant XML node. More... | |
class | ICXMLNode |
Main Class representing a Incredible Non-Transient and Constant XML node. More... | |
class | IXMLNode |
Main Class representing an Incredible Non-Transient and Editable XML node. More... | |
You explore the XML data moving inside a structure of ITCXMLNode's (or ICXMLNode's, or IXMLNode's).
For general navigation, please refer to example1().
You should pay extra attention when using the ITCXMLNode::getParentNode() method: see example10().