typedef XalanVector<bool> ResultNamespacesStack::BoolVectorType |
ResultNamespacesStack::ResultNamespacesStack | ( | MemoryManagerType & | theManager | ) | [explicit] |
ResultNamespacesStack::~ResultNamespacesStack | ( | ) |
void ResultNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
const XalanDOMString & | theNamespaceURI | |||
) |
void ResultNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
const XalanDOMChar * | theNamespaceURI | |||
) |
void ResultNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
const XalanDOMChar * | theNamespaceURI, | |||
XalanDOMString::size_type | theLength | |||
) |
void ResultNamespacesStack::pushContext | ( | ) |
void ResultNamespacesStack::popContext | ( | ) |
const XalanDOMString* ResultNamespacesStack::getNamespaceForPrefix | ( | const XalanDOMString & | thePrefix | ) | const |
const XalanDOMString* ResultNamespacesStack::getPrefixForNamespace | ( | const XalanDOMString & | theNamespaceURI | ) | const |
bool ResultNamespacesStack::prefixIsPresentLocal | ( | const XalanDOMString & | thePrefix | ) |
See if the prefix has been mapped to a namespace in the current context, without looking down the stack of namespaces.
void ResultNamespacesStack::clear | ( | ) |
size_type ResultNamespacesStack::size | ( | ) | const |
bool ResultNamespacesStack::empty | ( | ) | const |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|