Xalan-C++ API Reference
1.12.0
|
#include <xalanc/XPath/XalanQNameByValue.hpp>
Public Types | |
typedef xercesc::Locator | LocatorType |
![]() | |
typedef XalanDeque< NameSpace, ConstructWithMemoryManagerTraits< NameSpace > > | NamespaceVectorType |
typedef XalanDeque< NamespaceVectorType, ConstructWithMemoryManagerTraits< NamespaceVectorType > > | NamespacesStackType |
Public Member Functions | |
XalanQNameByValue (MemoryManager &theManager) | |
Construct an empty XalanQNameByValue. More... | |
MemoryManager & | getMemoryManager () |
XalanQNameByValue (const XalanQNameByValue &theSource, MemoryManager &theManager) | |
Copy constructor. More... | |
XalanQNameByValue (const XalanQName &theSource, MemoryManager &theManager) | |
Construct an instance from another XalanQName. More... | |
XalanQNameByValue (const XalanDOMString &theNamespace, const XalanDOMString &theLocalPart, MemoryManager &theManager) | |
Construct a XalanQNameByValue, with the supplied namespace and local part. More... | |
XalanQNameByValue (const XalanDOMString &qname, const NamespacesStackType &namespaces, MemoryManager &theManager, const Locator *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, MemoryManager &theManager, const Locator *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, MemoryManager &theManager, const PrefixResolver *theResolver=0, const Locator *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 Locator *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 Locator *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 Locator *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 Locator *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. More... | |
XalanQNameByValue & | operator= (const XalanQNameByValue &theRHS) |
XalanQNameByValue & | operator= (const XalanQName &theRHS) |
![]() | |
XalanQName () | |
Construct an empty XalanQName. More... | |
virtual | ~XalanQName () |
XalanQName (const XalanQName &) | |
bool | isValid () const |
Determine if the qualified name is valid. More... | |
bool | isEmpty () const |
Whether the qualified name is empty. More... | |
bool | equals (const XalanQName &theRHS) const |
Override equals and agree that we're equal if the passed object is a string and it matches the name of the arg. More... | |
XalanDOMString & | format (XalanDOMString &theString) const |
Format the QName using the notation "{namespace-uri}local-part" or "local-part" if the namespace URI is empty. More... | |
size_t | hash () const |
Static Public Member Functions | |
static XalanQNameByValue * | create (const XalanDOMString &theNamespace, const XalanDOMString &theLocalPart, MemoryManager &theManager) |
![]() | |
static const XalanDOMString * | getNamespaceForPrefix (const NamespaceVectorType &namespaces, const XalanDOMString &prefix) |
Get the namespace for a prefix by searching a vector of namespaces. More... | |
static const XalanDOMString * | getNamespaceForPrefix (const NamespacesStackType &nsStack, const XalanDOMString &prefix) |
Get the namespace for a prefix by searching a stack of namespace vectors. More... | |
static const XalanDOMString * | getNamespaceForPrefix (const NamespacesStackType &nsStack, const XalanDOMChar *prefix) |
static const XalanDOMString * | getNamespaceForPrefix (NamespacesStackType::const_iterator theBegin, NamespacesStackType::const_iterator theEnd, const XalanDOMString &prefix) |
Get the namespace for a prefix by searching a range of iterators. More... | |
static const XalanDOMString * | getPrefixForNamespace (const NamespaceVectorType &namespaces, const XalanDOMString &uri) |
Get the prefix for a namespace by searching a vector of namespaces. More... | |
static const XalanDOMString * | getNamespaceForPrefix (const NamespaceVectorType &namespaces, const XalanDOMChar *prefix) |
static const XalanDOMString * | getPrefixForNamespace (const NamespacesStackType &nsStack, const XalanDOMString &uri) |
Get the prefix for a namespace by searching a stack of namespace vectors. More... | |
static const XalanDOMString * | getPrefixForNamespace (NamespacesStackType::const_iterator theBegin, NamespacesStackType::const_iterator theEnd, const XalanDOMString &uri) |
Get the prefix for a namespace by searching a range of iterators. More... | |
static const XalanDOMString * | getNamespaceForPrefix (NamespacesStackType::const_iterator theBegin, NamespacesStackType::const_iterator theEnd, const XalanDOMChar *prefix) |
static bool | isValidNCName (const XalanDOMString &theNCName) |
Determine if the string supplied satisfies the grammar for an XML NCName. More... | |
static bool | isValidNCName (const XalanDOMChar *theNCName, XalanDOMString::size_type theLength=XalanDOMString::npos) |
Determine if the string supplied satisfies the grammar for an XML NCName. More... | |
static bool | isValidQName (const XalanDOMString &theQName) |
Determine if the string supplied satisfies the grammar for an XML QName. More... | |
static bool | isValidQName (const XalanDOMChar *theQName, XalanDOMString::size_type theLength=XalanDOMString::npos) |
Determine if the string supplied satisfies the grammar for an XML QName. More... | |
Additional Inherited Members | |
![]() | |
static const XalanDOMString | s_emptyString |
Definition at line 49 of file XalanQNameByValue.hpp.
typedef xercesc::Locator xalanc::XalanQNameByValue::LocatorType |
Definition at line 53 of file XalanQNameByValue.hpp.
|
explicit |
Construct an empty XalanQNameByValue.
xalanc::XalanQNameByValue::XalanQNameByValue | ( | const XalanQNameByValue & | theSource, |
MemoryManager & | theManager | ||
) |
Copy constructor.
theSource | The source of the copy. |
|
explicit |
Construct an instance from another XalanQName.
theSource | The source of the copy. |
xalanc::XalanQNameByValue::XalanQNameByValue | ( | const XalanDOMString & | theNamespace, |
const XalanDOMString & | theLocalPart, | ||
MemoryManager & | theManager | ||
) |
Construct a XalanQNameByValue, with the supplied namespace and local part.
theNamespace | namespace string |
theLocalPart | local part string |
xalanc::XalanQNameByValue::XalanQNameByValue | ( | const XalanDOMString & | qname, |
const NamespacesStackType & | namespaces, | ||
MemoryManager & | theManager, | ||
const Locator * | locator = 0 , |
||
bool | fUseDefault = false |
||
) |
Construct a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack.
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. |
xalanc::XalanQNameByValue::XalanQNameByValue | ( | const XalanDOMChar * | qname, |
const NamespacesStackType & | namespaces, | ||
MemoryManager & | theManager, | ||
const Locator * | locator = 0 , |
||
bool | fUseDefault = false |
||
) |
Construct a XalanQNameByValue from a string, resolving the prefix using the given namespace vector stack.
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. |
xalanc::XalanQNameByValue::XalanQNameByValue | ( | const XalanDOMString & | qname, |
MemoryManager & | theManager, | ||
const PrefixResolver * | theResolver = 0 , |
||
const Locator * | locator = 0 |
||
) |
Construct a XalanQNameByValue from a string, resolving the prefix using the given prefix resolver.
The default namespace is not resolved.
qname | QName string |
theResolver | prefix resolver to use |
locator | The Locator instance for error reporting, if any |
|
virtual |
|
inline |
Clear the instance.
Definition at line 257 of file XalanQNameByValue.hpp.
|
static |
|
virtual |
|
inline |
Definition at line 62 of file XalanQNameByValue.hpp.
|
virtual |
|
inline |
Definition at line 273 of file XalanQNameByValue.hpp.
References xalanc::XalanQName::getLocalPart(), and xalanc::XalanQName::getNamespace().
|
inline |
Definition at line 264 of file XalanQNameByValue.hpp.
void xalanc::XalanQNameByValue::set | ( | const XalanDOMChar * | qname, |
const NamespacesStackType & | namespaces, | ||
const Locator * | 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.
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 xalanc::XalanQNameByValue::set | ( | const XalanDOMChar * | qname, |
const PrefixResolver * | theResolver = 0 , |
||
const Locator * | locator = 0 |
||
) |
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.
qname | QName string |
theResolver | prefix resolver to use |
locator | The Locator instance for error reporting, if any |
void xalanc::XalanQNameByValue::set | ( | const XalanDOMString & | qname, |
const NamespacesStackType & | namespaces, | ||
const Locator * | 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.
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 xalanc::XalanQNameByValue::set | ( | const XalanDOMString & | qname, |
const PrefixResolver * | theResolver = 0 , |
||
const Locator * | locator = 0 |
||
) |
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.
qname | QName string |
theResolver | prefix resolver to use |
locator | The Locator instance for error reporting, if any |
|
inline |
Set the local part of qualified name.
theLocalPart | local part string |
Definition at line 166 of file XalanQNameByValue.hpp.
|
inline |
Set the Namespace URI of qualified name.
theLocalPart | local part string |
Definition at line 185 of file XalanQNameByValue.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:37 for Xalan-C++ API Reference by