One of these will be pushed on the namespace stack for each element.
NameSpace::NameSpace | ( | MemoryManagerType & | theManager | ) | [explicit] |
NameSpace::NameSpace | ( | const XalanDOMString & | prefix, | |
const XalanDOMString & | uri, | |||
MemoryManagerType & | theManager | |||
) |
Construct a namespace for placement on the result tree namespace stack.
prefix | namespace prefix | |
uri | URI of namespace |
NameSpace::NameSpace | ( | const NameSpace & | other, | |
MemoryManagerType & | theManager | |||
) |
NameSpace::~NameSpace | ( | ) |
static NameSpace* NameSpace::create | ( | const XalanDOMString & | prefix, | |
const XalanDOMString & | uri, | |||
MemoryManagerType & | theManager | |||
) | [static] |
const XalanDOMString& NameSpace::getPrefix | ( | ) | const |
Retrieve the prefix for namespace.
void NameSpace::setPrefix | ( | const XalanDOMString & | prefix | ) |
Set the prefix for namespace.
prefix | The new prefix value |
const XalanDOMString& NameSpace::getURI | ( | ) | const |
Retrieve the URI for namespace.
void NameSpace::setURI | ( | const XalanDOMString & | uri | ) |
Set the URI for namespace.
uri | The new uri value |
void NameSpace::setURI | ( | const XalanDOMChar * | uri | ) |
Set the URI for namespace.
uri | The new uri value |
void NameSpace::setURI | ( | const XalanDOMChar * | uri, | |
XalanDOMString::size_type | len | |||
) |
Set the URI for namespace.
uri | The new uri value | |
len | The length of the uri |
bool NameSpace::empty | ( | ) | const |
void NameSpace::clear | ( | ) |
bool NameSpace::operator== | ( | const NameSpace & | theRHS | ) | const |
Equality operator.
theRHS | namespace to compare |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|