|
Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Classes | |
| class | XmlDelegate |
| Interface for overriding XML handling (must be capable of handling multiple threads) More... | |
| class | XmlDocument |
| class | XmlLoadException |
| struct | XmlNamespace |
| class | XmlNode |
| class | XmlParserException |
| class | XmlReader |
| XmlReader abstraction class. More... | |
Typedefs | |
| typedef mip::DelegateResponse< mip::xml::XmlDocument > | XmlDocumentResult |
| typedef mip::DelegateResponse< mip::xml::XmlReader > | XmlReaderResult |
Enumerations | |
| enum class | XmlNodeType : int { UNKNOWN = -1 , NONE = 0 , ELEMENT = 1 , ATTRIBUTE = 2 , TEXT = 3 , CDATA = 4 , ENTITY_REFERENCE = 5 , ENTITY = 6 , PROCESSING_INSTRUCTION = 7 , COMMENT = 8 , DOCUMENT = 9 , DOCUMENT_TYPE = 10 , DOCUMENT_FRAGMENT = 11 , NOTATION = 12 , WHITESPACE = 13 , SIGNIFICANT_WHITESPACE = 14 , END_ELEMENT = 15 , END_ENTITY = 16 , XML_DECLARATION = 17 } |
| Constants for the different types of xml elements nodes. More... | |
| typedef mip::DelegateResponse<mip::xml::XmlDocument> xml::XmlDocumentResult |
| typedef mip::DelegateResponse<mip::xml::XmlReader> xml::XmlReaderResult |
|
strong |