Public Member Functions | |
| LIBXML2_DOMNamespaceContext (LIBXML2_DOMNamespaceContext *aParent) | |
| void | setDefaultNamespace (const String &newns) |
| void | recordPrefix (const String &prefix, const String &ns) |
| String | getDefaultNamespace () |
| String | findNamespaceForPrefix (const String &prefix) |
| String | findPrefixForNamespace (const String &ns) |
| void | possiblyInventPrefix (const String &prefix) |
| void | resolveOrInventPrefixes () |
| void | writeXMLNS (StringBuilder &appendTo) |
Public Attributes | |
| LIBXML2_IMPL_REFCOUNT | |
Definition at line 955 of file DomLibXml2.cc.
| Arcane::LIBXML2_DOMNamespaceContext::LIBXML2_DOMNamespaceContext | ( | LIBXML2_DOMNamespaceContext * | aParent | ) |
Definition at line 5962 of file DomLibXml2.cc.
Definition at line 5987 of file DomLibXml2.cc.
Definition at line 5999 of file DomLibXml2.cc.
| String Arcane::LIBXML2_DOMNamespaceContext::getDefaultNamespace | ( | ) |
Definition at line 5977 of file DomLibXml2.cc.
| void Arcane::LIBXML2_DOMNamespaceContext::possiblyInventPrefix | ( | const String & | prefix | ) |
Definition at line 6022 of file DomLibXml2.cc.
Definition at line 6015 of file DomLibXml2.cc.
| void Arcane::LIBXML2_DOMNamespaceContext::resolveOrInventPrefixes | ( | ) |
Definition at line 6028 of file DomLibXml2.cc.
| void Arcane::LIBXML2_DOMNamespaceContext::setDefaultNamespace | ( | const String & | newns | ) |
Definition at line 5968 of file DomLibXml2.cc.
| void Arcane::LIBXML2_DOMNamespaceContext::writeXMLNS | ( | StringBuilder & | appendTo | ) |
Definition at line 6058 of file DomLibXml2.cc.
| Arcane::LIBXML2_DOMNamespaceContext::LIBXML2_IMPL_REFCOUNT |
Definition at line 967 of file DomLibXml2.cc.