#include <XPathSupport.hpp>
Inheritance diagram for XPathSupport:
Collaboration diagram for XPathSupport:
|
|
|
Given a valid element id, return the corresponding element.
id | string representing ID |
doc | document to search |
Reimplemented in XPathSupportDefault.
|
Retrieve local name of node.
node | DOM node whose name is returned |
Reimplemented in XPathSupportDefault.
|
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 |
Reimplemented in XPathSupportDefault.
|
Retrieve the URI corresponding to a namespace prefix.
prefix | prefix for a namespace |
namespaceContext | DOM element representing the context for namespace |
Reimplemented in XPathSupportDefault.
|
Returns the namespace of the given node.
node | DOM node whose namespace is returned |
Reimplemented in XPathSupportDefault.
|
Retrieves data for node recursively.
(Note whitespace issues.)
node | DOM node whose data is to be returned |
theResolver |
prefix resolver to use
|
Reimplemented in XPathSupportDefault.
|
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 |
Reimplemented in XPathSupportDefault.
|
Tells if namespaces should be supported.
For optimization purposes.
Reimplemented in XPathSupportDefault.
|
The getUnparsedEntityURI function returns the URI of the unparsed entity with the specified name in the same document as the context node (see [3.3 Unparsed Entities]).
It returns the empty string if there is no such entity.
theName | name of entity |
theDocument | document containing entity |
Reimplemented in XPathSupportDefault.
|
Tell if the node is ignorable whitespace.
This should be in the DOM. Return false if the parser doesn't handle this.
node | text node queried |
Reimplemented in XPathSupportDefault.
|
Determine if a node is after another node, in document order.
node1 | The first node |
node2 | The second node |
Reimplemented in XPathSupportDefault.
|
|
Set whether or not the liaison attempts to expand namespaces.
Used for optimization.
processNamespaces | true to process namespaces |
Reimplemented in XPathSupportDefault.
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 |
|