#include <XPathSupportDefault.hpp>
Inheritance diagram for XPathSupportDefault:

Collaboration diagram for XPathSupportDefault:

|
|
|
Given a valid element id, return the corresponding element.
| id | string representing ID |
| doc | document to search |
Reimplemented from XPathSupport.
|
Retrieve local name of node.
| node | DOM node whose name is returned |
Reimplemented from XPathSupport.
|
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 from XPathSupport.
|
Retrieve the URI corresponding to a namespace prefix.
| prefix | prefix for a namespace |
| namespaceContext | DOM element representing the context for namespace |
Reimplemented from XPathSupport.
|
Returns the namespace of the given node.
| node | DOM node whose namespace is returned |
Reimplemented from XPathSupport.
|
Retrieves data for node recursively.
(Note whitespace issues.)
| node | DOM node whose data is to be returned |
| theResolver |
prefix resolver to use
|
Reimplemented from XPathSupport.
|
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 from XPathSupport.
|
Tells if namespaces should be supported.
For optimization purposes.
Reimplemented from XPathSupport.
|
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 from XPathSupport.
|
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 from XPathSupport.
|
Determine if a node is after another node, in document order.
| node1 | The first node |
| node2 | The second node |
Reimplemented from XPathSupport.
|
|
Set whether or not the liaison attempts to expand namespaces.
Used for optimization.
| processNamespaces | true to process namespaces |
Reimplemented from XPathSupport.
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 |
|
|