docs/html/namespacetinyxml2.html
| | Jetson Inference
DNN Vision Library |
tinyxml2 Namespace Reference
|
|
| class | DynArray |
| |
| class | MemPool |
| |
| class | MemPoolT |
| |
| class | StrPair |
| |
| class | XMLAttribute |
| | An attribute is a name-value pair. More...
|
| |
| class | XMLComment |
| | An XML Comment. More...
|
| |
| class | XMLConstHandle |
| | A variant of the XMLHandle class for working with const XMLNodes and Documents. More...
|
| |
| class | XMLDeclaration |
| | In correct XML the declaration is the first entry in the file. More...
|
| |
| class | XMLDocument |
| | A Document binds together all the functionality. More...
|
| |
| class | XMLElement |
| | The element is a container class. More...
|
| |
| class | XMLHandle |
| | A XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More...
|
| |
| class | XMLNode |
| | XMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes. More...
|
| |
| class | XMLPrinter |
| | Printing functionality. More...
|
| |
| class | XMLText |
| | XML text. More...
|
| |
| class | XMLUnknown |
| | Any tag that TinyXML-2 doesn't recognize is saved as an unknown. More...
|
| |
| class | XMLUtil |
| |
| class | XMLVisitor |
| | Implements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept() method, it requires being passed a [XMLVisitor](classtinyxml2_1_1XMLVisitor.html "Implements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept()...") class to handle callbacks. More...
|
| |
|
|
| enum | XMLError {
XML_SUCCESS = 0, XML_NO_ATTRIBUTE, XML_WRONG_ATTRIBUTE_TYPE, XML_ERROR_FILE_NOT_FOUND,
XML_ERROR_FILE_COULD_NOT_BE_OPENED, XML_ERROR_FILE_READ_ERROR, UNUSED_XML_ERROR_ELEMENT_MISMATCH, XML_ERROR_PARSING_ELEMENT,
XML_ERROR_PARSING_ATTRIBUTE, UNUSED_XML_ERROR_IDENTIFYING_TAG, XML_ERROR_PARSING_TEXT, XML_ERROR_PARSING_CDATA,
XML_ERROR_PARSING_COMMENT, XML_ERROR_PARSING_DECLARATION, XML_ERROR_PARSING_UNKNOWN, XML_ERROR_EMPTY_DOCUMENT,
XML_ERROR_MISMATCHED_ELEMENT, XML_ERROR_PARSING, XML_CAN_NOT_CONVERT_TEXT, XML_NO_TEXT_NODE,
XML_ELEMENT_DEPTH_EXCEEDED, XML_ERROR_COUNT
} |
| |
| enum | Whitespace { PRESERVE_WHITESPACE, COLLAPSE_WHITESPACE } |
| |
| enum tinyxml2::Whitespace |
| Enumerator |
|---|
| PRESERVE_WHITESPACE |
| COLLAPSE_WHITESPACE |
| enum tinyxml2::XMLError |
| Enumerator |
|---|
| XML_SUCCESS |
| XML_NO_ATTRIBUTE |
| XML_WRONG_ATTRIBUTE_TYPE |
| XML_ERROR_FILE_NOT_FOUND |
| XML_ERROR_FILE_COULD_NOT_BE_OPENED |
| XML_ERROR_FILE_READ_ERROR |
| UNUSED_XML_ERROR_ELEMENT_MISMATCH |
| XML_ERROR_PARSING_ELEMENT |
| XML_ERROR_PARSING_ATTRIBUTE |
| UNUSED_XML_ERROR_IDENTIFYING_TAG |
| XML_ERROR_PARSING_TEXT |
| XML_ERROR_PARSING_CDATA |
| XML_ERROR_PARSING_COMMENT |
| XML_ERROR_PARSING_DECLARATION |
| XML_ERROR_PARSING_UNKNOWN |
| XML_ERROR_EMPTY_DOCUMENT |
| XML_ERROR_MISMATCHED_ELEMENT |
| XML_ERROR_PARSING |
| XML_CAN_NOT_CONVERT_TEXT |
| XML_NO_TEXT_NODE |
| XML_ELEMENT_DEPTH_EXCEEDED |
| XML_ERROR_COUNT |