Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::xml::libxmldom Namespace Reference
Detailed Description
DOM2 Implementation using the libxml2 library.
Typedef Documentation
Enumeration Type Documentation
|
- Enumeration values:
-
NNMTAttributes |
|
NNMTEntities |
|
NNMTNotations |
|
|
Function Documentation
const xmlChar* _getLocalName |
( |
const xmlChar * |
fqName |
) |
|
|
const xmlChar* _getPrefix |
( |
const xmlChar * |
fqName |
) |
|
|
bool _match |
( |
const xmlChar * |
name, |
|
|
xmlNodePtr |
node |
|
) |
|
|
bool _matchNS |
( |
const xmlChar * |
uri, |
|
|
const xmlChar * |
localName, |
|
|
xmlNodePtr |
node |
|
) |
|
|