Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.6
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanQNameByValue Class Reference
#include <XalanQNameByValue.hpp>
Inheritance diagram for XalanQNameByValue
Collaboration diagram for XalanQNameByValue:
List of all members.
Public Types
- typedef XERCES_CPP_NAMESPACE_QUALIFIER
Locator LocatorType
Public Methods
- XalanQNameByValue ()
- Construct an empty XalanQNameByValue.
- XalanQNameByValue (const XalanQNameByValue& theSource)
- Copy constructor. More...
- XalanQNameByValue (const XalanQName& theSource)
- Construct an instance from another XalanQName. More...
- XalanQNameByValue ( const XalanDOMString& theNamespace, const XalanDOMString& theLocalPart)
- Construct a XalanQNameByValue, with the supplied namespace and local part. More...
- XalanQNameByValue ( const XalanDOMString& qname, const NamespacesStackType& namespaces, const LocatorType* locator = 0, bool fUseDefault = false)
- Construct a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack. More...
- XalanQNameByValue ( const XalanDOMChar* qname, const NamespacesStackType& namespaces, const LocatorType* locator = 0, bool fUseDefault = false)
- Construct a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack. More...
- XalanQNameByValue ( const XalanDOMString& qname, const XalanElement* namespaceContext, const XPathEnvSupport& envSupport, const DOMSupport& domSupport, const LocatorType* locator = 0)
- Construct a XalanQNameByValue from a string, resolving the prefix using the given namespace context. More...
- XalanQNameByValue ( const XalanDOMString& qname, const PrefixResolver* theResolver = 0, const LocatorType* locator = 0)
- Construct a XalanQNameByValue from a string, resolving the prefix using the given prefix resolver. More...
- virtual ~XalanQNameByValue ()
- virtual const XalanDOMString& getLocalPart () const
- Retrieve the local part of qualified name. More...
- void setLocalPart (const XalanDOMString& theLocalPart)
- Set the local part of qualified name. More...
- virtual const XalanDOMString& getNamespace () const
- Retrieve the namespace of qualified name. More...
- void setNamespace (const XalanDOMString& theNamespace)
- Set the Namespace URI of qualified name. More...
- void set ( const XalanDOMString& qname, const NamespacesStackType& namespaces, const LocatorType* locator = 0, bool fUseDefault = false)
- Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack. More...
- void set ( const XalanDOMChar* qname, const NamespacesStackType& namespaces, const LocatorType* locator = 0, bool fUseDefault = false)
- Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack. More...
- void set ( const XalanDOMString& qname, const PrefixResolver* theResolver = 0, const LocatorType* locator = 0)
- Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the resolver provided. More...
- void set ( const XalanDOMChar* qname, const PrefixResolver* theResolver = 0, const LocatorType* locator = 0)
- Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the resolver provided. More...
- void clear ()
- Clear the instance.
- XalanQNameByValue& operator= (const XalanQNameByValue& theRHS)
- XalanQNameByValue& operator= (const XalanQName& theRHS)
Member Typedef Documentation
typedef XERCES_CPP_NAMESPACE_QUALIFIER Locator XalanQNameByValue::LocatorType
|
|
Constructor & Destructor Documentation
XalanQNameByValue::XalanQNameByValue (
|
) [explicit]
|
|
Construct an empty XalanQNameByValue.
XalanQNameByValue::XalanQNameByValue (
|
const XalanQNameByValue & theSource )
|
|
Copy constructor.
-
Parameters:
-
theSource
|
The source of the copy. |
XalanQNameByValue::XalanQNameByValue (
|
const XalanQName & theSource ) [explicit]
|
|
Construct an instance from another XalanQName.
-
Parameters:
-
theSource
|
The source of the copy. |
Construct a XalanQNameByValue, with the supplied namespace and local part.
-
Parameters:
-
theNamespace
|
namespace string |
theLocalPart
|
local part string |
Construct a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack.
-
Parameters:
-
qname
|
QName string |
namespaces
|
namespace vector stack to use |
locator
|
The Locator instance for error reporting, if any |
fUseDefault
|
If true, then elements with no prefix will have the default namespace URI, if there is one. |
Construct a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack.
-
Parameters:
-
qname
|
QName string |
namespaces
|
namespace vector stack to use |
locator
|
The Locator instance for error reporting, if any |
fUseDefault
|
If true, then elements with no prefix will have the default namespace URI, if there is one. |
Construct a XalanQNameByValue 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 |
locator
|
The Locator instance for error reporting, if any |
Construct a XalanQNameByValue 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 |
locator
|
The Locator instance for error reporting, if any |
virtual XalanQNameByValue::~XalanQNameByValue (
|
) [virtual]
|
|
Member Function Documentation
void XalanQNameByValue::clear (
|
) []
|
|
const XalanDOMString & XalanQNameByValue::getLocalPart (
|
) const [virtual]
|
|
Retrieve the local part of qualified name.
-
Returns:
-
local part string
Reimplemented from XalanQName.
const XalanDOMString & XalanQNameByValue::getNamespace (
|
) const [virtual]
|
|
Retrieve the namespace of qualified name.
-
Returns:
-
namespace string
Reimplemented from XalanQName.
XalanQNameByValue & XalanQNameByValue::operator= (
|
const XalanQName & theRHS ) []
|
|
XalanQNameByValue & XalanQNameByValue::operator= (
|
const XalanQNameByValue & theRHS ) []
|
|
Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the resolver provided.
The default namespace is not resolved.
-
Parameters:
-
qname
|
QName string |
theResolver
|
prefix resolver to use |
locator
|
The Locator instance for error reporting, if any |
Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the resolver provided.
The default namespace is not resolved.
-
Parameters:
-
qname
|
QName string |
theResolver
|
prefix resolver to use |
locator
|
The Locator instance for error reporting, if any |
Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack.
-
Parameters:
-
qname
|
QName string |
namespaces
|
namespace vector stack to use |
locator
|
The Locator instance for error reporting, if any |
fUseDefault
|
If true, then elements with no prefix will have the default namespace URI, if there is one. |
Set the local part and namespace URI of a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack.
-
Parameters:
-
qname
|
QName string |
namespaces
|
namespace vector stack to use |
locator
|
The Locator instance for error reporting, if any |
fUseDefault
|
If true, then elements with no prefix will have the default namespace URI, if there is one. |
void XalanQNameByValue::setLocalPart (
|
const XalanDOMString & theLocalPart ) []
|
|
Set the local part of qualified name.
-
Parameters:
-
theLocalPart
|
local part string |
void XalanQNameByValue::setNamespace (
|
const XalanDOMString & theNamespace ) []
|
|
Set the Namespace URI of qualified name.
-
Parameters:
-
theLocalPart
|
local part string |
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++ XSLT Processor Version 1.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.
|
|