#include <DOMServices.hpp>
|
Retrieve local name of node, taking into account the differences between the DOM and XSLT data models.
| node | DOM node whose name is returned |
|
Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.
| node | DOM node whose name is returned |
|
Retrieve the URI corresponding to a namespace prefix.
| prefix | prefix for a namespace |
| namespaceContext | DOM element representing the context for namespace |
|
Retrieves data for node.
| node | DOM node whose data is to be returned |
|
Retrieves data for node.
| pi | DOM node whose data is to be returned |
|
Retrieves data for node.
| element | DOM node whose data is to be returned |
|
Retrieves data for node.
| documentFragment | DOM node whose data is to be returned |
|
Retrieves data for node.
| document | DOM node whose data is to be returned |
|
Retrieves data for node.
| attribute | DOM node whose data is to be returned |
|
Retrieves data for node.
| attribute | DOM node whose data is to be returned |
|
Retrieves data for node.
| node | DOM node whose data is to be returned |
|
Retrieve the parent of a node.
This function has to be implemented, because the DOM WG decided that attributes don't have parents.
| node | child node |
|
Initialize static data.
Must be called before any other functions are called.
|
Determine if a node is after another node, in document order.
| node1 | The first node |
| node2 | The second node |
|
Determine if a node is after another node in the sibling list.
| parent | The parent of the nodes. |
| node1 | The first node |
| node2 | The second node |
|
Destroy static data.
After thus function is called, no other functions can be called.
|
|
|
|
|
|
|
|
|
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSL Transformer Version 1.0 |
|
|