#include <DOMServices.hpp>
Collaboration diagram for DOMServices:
|
|
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.
attr | DOM element node whose name is returned |
|
Retrieve the name of the node, taking into account the differences between the DOM and XSLT data models.
attr | DOM attribute 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, using the supplied name, and PrefixResolver.
The routine also returns the prefix.
theName | The name that contains the prefix |
thePrefixResolver | The PrefixResolver to use |
isAttribute | If true, special rules for attributes are used |
thePrefix | The prefix |
|
Retrieve the URI corresponding to a namespace prefix.
prefix | prefix for a namespace |
namespaceContext | DOM element representing the context for namespace |
|
Retrieve the namespace of the node, taking into account the differences between the DOM and XSLT data models.
node | DOM node whose namespace is returned |
|
Sends the data for a node to a FormatterListener.
node | DOM node whose data is to be returned |
formatterListener | the FormatterListener instance to receive the data |
fRaw | Whether or not the data should be sent raw. |
|
Sends the data for a node to a FormatterListener.
pi | DOM node whose data is to be returned |
formatterListener | the FormatterListener instance to receive the data |
fRaw | Whether or not the data should be sent raw. |
|
Sends the data for a node to a FormatterListener.
element | DOM node whose data is to be returned |
formatterListener | the FormatterListener instance to receive the data |
fRaw | Whether or not the data should be sent raw. |
|
Sends the data for a node to a FormatterListener.
documentFragment | DOM node whose data is to be sent |
formatterListener | the FormatterListener instance to receive the data |
fRaw | Whether or not the data should be sent raw. |
|
Sends the data for a node to a FormatterListener.
document | DOM node whose data is to be returned |
formatterListener | the FormatterListener instance to receive the data |
fRaw | Whether or not the data should be sent raw. |
|
Sends the data for a node to a FormatterListener.
comment | DOM node whose data is to be returned |
formatterListener | the FormatterListener instance to receive the data |
fRaw | Whether or not the data should be sent raw. |
|
Sends the data for a node to a FormatterListener.
attribute | DOM node whose data is to be returned |
formatterListener | the FormatterListener instance to receive the data |
fRaw | Whether or not the data should be sent raw. |
|
Sends the data for a node to a FormatterListener.
node | DOM node whose data is to be returned |
formatterListener | the FormatterListener instance to receive the data |
function | A pointer to the member function of FormatterListener to call |
|
Retrieves data for node.
node | DOM node whose data is to be returned |
data | a string to which the node's data will be appended |
|
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 |
data | a string to which the node's data will be appended |
|
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 |
data | a string to which the node's data will be appended |
|
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 |
data | a string to which the node's data will be appended |
|
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 |
data | a string to which the node's data will be appended |
|
Retrieves data for node.
document | DOM node whose data is to be returned |
|
Retrieves data for node.
comment | DOM node whose data is to be returned |
data | a string to which the node's data will be appended |
|
Retrieves data for node.
comment | DOM node whose data is to be returned |
|
Retrieves data for node.
attribute | DOM node whose data is to be returned |
data | a string to which the node's data will be appended |
|
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 |
data | a string to which the node's data will be appended |
|
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 whether or not an attribute node is declaring a namespace.
node | DOM node to check |
|
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++ XSLT Processor Version 1.7 |
|