Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
This is the complete list of members for xml::XmlNode, including all inherited members.
AddAttribute(const std::string &attributeName, const std::string &attributeValue)=0 | xml::XmlNode | pure virtual |
AddContent(const std::string &content)=0 | xml::XmlNode | pure virtual |
AddNewChild(const std::string &name)=0 | xml::XmlNode | pure virtual |
AddNewChild(const std::string &name, const std::string &namespaceName)=0 | xml::XmlNode | pure virtual |
GetAttributes() const =0 | xml::XmlNode | pure virtual |
GetAttributeValue(const std::string &attributeName) const =0 | xml::XmlNode | pure virtual |
GetContent() const =0 | xml::XmlNode | pure virtual |
GetFirstChild() const =0 | xml::XmlNode | pure virtual |
GetInnerText() const =0 | xml::XmlNode | pure virtual |
GetName() const =0 | xml::XmlNode | pure virtual |
GetNamespace() const =0 | xml::XmlNode | pure virtual |
GetNextNode() const =0 | xml::XmlNode | pure virtual |
GetNodeType() const =0 | xml::XmlNode | pure virtual |
IsNull() const =0 | xml::XmlNode | pure virtual |
RemoveAttribute(const std::string &attributeName)=0 | xml::XmlNode | pure virtual |
RemoveNodeFromDocument()=0 | xml::XmlNode | pure virtual |