Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ElementPrefixResolverProxy Class Reference
#include <ElementPrefixResolverProxy.hpp>
Inheritance diagram for ElementPrefixResolverProxy:
Collaboration diagram for ElementPrefixResolverProxy:
List of all members.
Public Methods
Detailed Description
Constructor & Destructor Documentation
Construct an instance of an element prefix resolver proxy.
-
Parameters:
-
namespaceContext
|
context object for namespace resolution
|
EnvSupport
|
XPath environment support class instance
|
support
|
XPath support class instance
|
virtual ElementPrefixResolverProxy::~ElementPrefixResolverProxy () [virtual] |
|
Member Function Documentation
Retrieve a namespace corresponding to a prefix.
This assumes that
the PrevixResolver hold's its own namespace context, or is a namespace
context itself.
-
Parameters:
-
-
Returns:
-
namespace that prefix resolves to, or null if prefix is not found
Reimplemented from PrefixResolver.
virtual XalanDOMString ElementPrefixResolverProxy::getURI () const [virtual] |
|
Retrieve the base URI for the resolver.
-
Returns:
-
URI string
Reimplemented from PrefixResolver.
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|