Classes | |
| class | XmlAttribute |
| XML attribute key/value. More... | |
| class | XmlAttributeCollection |
| XML tag attribute collection. More... | |
| class | XmlComment |
| XML comment. More... | |
| class | XmlDeclaration |
| Declaration section. More... | |
| class | XmlDocument |
| class | XmlElement |
| Interior node. More... | |
| class | XmlNamedNodeMap |
| Key value node map. More... | |
| class | XmlNode |
| Base XML node type. More... | |
| class | XmlNodeList |
| List of nodes. More... | |
| class | XmlText |
| Text xml data node. More... | |
| class | XmlUnknown |
| class | XPath |
| Simple XPATH node selection. XmlNode Implemented symbols are /, //, @, [], <, <=, >,>=, =, !=. Examples that should work:. More... | |
Typedefs | |
|
typedef RefCountPtrCast < XmlAttributeCollection, XmlNamedNodeMap, XmlNamedNodeMapPtr > | XmlAttributeCollectionPtr |
|
typedef RefCountPtrCast < XmlNamedNodeMap, XmlNodeList, XmlNodeListPtr > | XmlNamedNodeMapPtr |
| typedef RefCountPtr< XmlNode > | XmlNodePtr |
| Pointer to XmlNode. XmlNode. | |
|
typedef RefCountPtrCast < XmlDocument, XmlNode, XmlNodePtr > | XmlDocumentPtr |
|
typedef RefCountPtrCast < XmlElement, XmlNode, XmlNodePtr > | XmlElementPtr |
|
typedef RefCountPtrCast < XmlComment, XmlNode, XmlNodePtr > | XmlCommentPtr |
|
typedef RefCountPtrCast < XmlUnknown, XmlNode, XmlNodePtr > | XmlUnknownPtr |
|
typedef RefCountPtrCast < XmlAttribute, XmlNode, XmlNodePtr > | XmlAttributePtr |
|
typedef RefCountPtrCast < XmlText, XmlNode, XmlNodePtr > | XmlTextPtr |
|
typedef RefCountPtrCast < XmlDeclaration, XmlNode, XmlNodePtr > | XmlDeclarationPtr |
|
typedef WeakReference< XmlNode, XmlNodePtr > | XmlNodeRef |
|
typedef WeakReference < XmlDocument, XmlDocumentPtr > | XmlDocumentRef |
|
typedef WeakReference < XmlElement, XmlElementPtr > | XmlElementRef |
|
typedef WeakReference < XmlComment, XmlCommentPtr > | XmlCommentRef |
|
typedef WeakReference < XmlUnknown, XmlUnknownPtr > | XmlUnknownRef |
|
typedef WeakReference < XmlAttribute, XmlAttributePtr > | XmlAttributeRef |
|
typedef WeakReference< XmlText, XmlTextPtr > | XmlTextRef |
|
typedef WeakReference < XmlDeclaration, XmlDeclarationPtr > | XmlDeclarationRef |
| typedef RefCountPtr< XmlNodeList > | XmlNodeListPtr |
|
typedef WeakReference < XmlNodeList, XmlNodeListPtr > | XmlNodeListRef |
| typedef RefCountPtr< XPath > | XPathPtr |
Functions | |
| REGISTER_TYPEOF (526, XmlAttribute) | |
| REGISTER_TYPEOF (528, XmlAttributeCollectionPtr) | |
| REGISTER_TYPEOF (530, XmlAttributeCollection) | |
| REGISTER_TYPEOF (532, XmlComment) | |
| REGISTER_TYPEOF (534, XmlDeclaration) | |
| REGISTER_TYPEOF (536, XmlDocument) | |
| REGISTER_TYPEOF (538, XmlElement) | |
| REGISTER_TYPEOF (540, XmlNamedNodeMapPtr) | |
| REGISTER_TYPEOF (542, XmlNamedNodeMap) | |
| REGISTER_TYPEOF (489, XmlDocumentPtr) | |
| REGISTER_TYPEOF (491, XmlElementPtr) | |
| REGISTER_TYPEOF (492, XmlCommentPtr) | |
| REGISTER_TYPEOF (494, XmlUnknownPtr) | |
| REGISTER_TYPEOF (496, XmlAttributePtr) | |
| REGISTER_TYPEOF (499, XmlTextPtr) | |
| REGISTER_TYPEOF (500, XmlDeclarationPtr) | |
| REGISTER_TYPEOF (502, XmlDocumentRef) | |
| REGISTER_TYPEOF (504, XmlElementRef) | |
| REGISTER_TYPEOF (506, XmlCommentRef) | |
| REGISTER_TYPEOF (508, XmlUnknownRef) | |
| REGISTER_TYPEOF (510, XmlAttributeRef) | |
| REGISTER_TYPEOF (512, XmlTextRef) | |
| REGISTER_TYPEOF (514, XmlDeclarationRef) | |
| REGISTER_TYPEOF (520, XmlNode) | |
| REGISTER_TYPEOF (522, XmlNodeListPtr) | |
| REGISTER_TYPEOF (524, XmlNodeListRef) | |
| REGISTER_TYPEOF (527, XmlNodeList) | |
| REGISTER_TYPEOF (544, XmlText) | |
| REGISTER_TYPEOF (546, XmlUnknown) | |