#include <XalanDocumentPrefixResolver.hpp>
Inheritance diagram for XalanDocumentPrefixResolver

Collaboration diagram for XalanDocumentPrefixResolver:

|
|
|
Constructor.
| theDocument | The XalanDocument instance to use for namespace bindings. |
| theURI | The base URI for the instance. This is rarely needed, but can be provided if the URI for the XalanDocument instance is known. |
|
|
This function is called when more than one binding exists for a given prefix.
The default behavior uses the first binding, but a deriving class can change that behavior by overriding.
| theVector | The vector associated with the namespace prefix. |
|
Retrieve a namespace corresponding to a prefix.
This assumes that the PrevixResolver holds its own namespace context, or is a namespace context itself.
| prefix | Prefix to resolve |
Reimplemented from PrefixResolver.
|
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 |
|
|