Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSL Transformer Version 1.1
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
QNameByValue Class Reference
#include <QNameByValue.hpp>
Inheritance diagram for QNameByValue
[legend]Collaboration diagram for QNameByValue:
[legend]List of all members.Public Methods
- QNameByValue ()
- Construct an empty QNameByValue.
- QNameByValue (const QNameByValue& theSource)
- Copy constructor. More...
- QNameByValue (const QName& theSource)
- Construct an instance from another QName. More...
- QNameByValue ( const XalanDOMString& theNamespace, const XalanDOMString& theLocalPart)
- Construct a QNameByValue, with the supplied namespace and local part. More...
- QNameByValue ( const XalanDOMString& qname, const NamespacesStackType& namespaces)
- Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack. More...
- QNameByValue ( const XalanDOMChar* qname, const NamespacesStackType& namespaces)
- Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack. More...
- QNameByValue ( const XalanDOMString& qname, const XalanElement* namespaceContext, const XPathEnvSupport& envSupport, const DOMSupport& domSupport)
- Construct a QNameByValue from a string, resolving the prefix using the given namespace context. More...
- QNameByValue ( const XalanDOMString& qname, const PrefixResolver& theResolver)
- Construct a QNameByValue from a string, resolving the prefix using the given prefix resolver. More...
- virtual ~QNameByValue ()
- virtual const XalanDOMString& getLocalPart () const
- Retrieve the local part of qualified name. More...
- virtual const XalanDOMString& getNamespace () const
- Retrieve the namespace of qualified name. More...
Constructor & Destructor Documentation
QNameByValue::QNameByValue (
|
) [explicit]
|
|
|
Construct an empty QNameByValue.
|
QNameByValue::QNameByValue (
|
const QNameByValue & theSource )
|
|
|
Copy constructor.
-
Parameters:
-
theSource
|
The source of the copy. |
|
QNameByValue::QNameByValue (
|
const QName & theSource ) [explicit]
|
|
|
Construct an instance from another QName.
-
Parameters:
-
theSource
|
The source of the copy. |
|
|
Construct a QNameByValue, with the supplied namespace and local part.
-
Parameters:
-
theNamespace
|
namespace string |
theLocalPart
|
local part string |
|
|
Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.
The default namespace is not resolved. -
Parameters:
-
qname
|
QName string |
namespaces
|
namespace vector stack to use |
|
|
Construct a QNameByValue from a string, resolving the prefix using the given namespace vector stack.
The default namespace is not resolved. -
Parameters:
-
qname
|
QName string |
namespaces
|
namespace vector stack to use |
|
|
Construct a QNameByValue from a string, resolving the prefix using the given namespace context.
The default namespace is not resolved. -
Parameters:
-
qname
|
QName string |
namespaceContext
|
context object for namespace resolution |
envSupport
|
XPathEnvSupport class instance |
domSupport
|
DOMSupport class instance |
|
|
Construct a QNameByValue from a string, resolving the prefix using the given prefix resolver.
The default namespace is not resolved. -
Parameters:
-
qname
|
QName string |
theResolver
|
prefix resolver to use |
|
virtual QNameByValue::~QNameByValue (
|
) [virtual]
|
|
Member Function Documentation
|
Retrieve the local part of qualified name.
-
Returns:
-
local part string
Reimplemented from QName. |
|
Retrieve the namespace of qualified name.
-
Returns:
-
namespace string
Reimplemented from QName. |
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.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|