typedef XalanDeque<value_type, ConstructWithMemoryManagerTraits<value_type> > XalanNamespacesStack::NamespacesStackType |
typedef XalanVector<bool> XalanNamespacesStack::BoolVectorType |
typedef const XalanDOMString*(value_type::* XalanNamespacesStack::MemberFunctionType)(const XalanDOMString &) const |
XalanNamespacesStack::XalanNamespacesStack | ( | MemoryManagerType & | theManager | ) | [explicit] |
XalanNamespacesStack::~XalanNamespacesStack | ( | ) |
void XalanNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
const XalanDOMString & | theURI | |||
) |
void XalanNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
const XalanDOMChar * | theURI | |||
) |
void XalanNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
const XalanDOMChar * | theURI, | |||
XalanDOMString::size_type | theLength | |||
) |
void XalanNamespacesStack::pushContext | ( | ) |
void XalanNamespacesStack::popContext | ( | ) |
const XalanDOMString* XalanNamespacesStack::getNamespaceForPrefix | ( | const XalanDOMString & | thePrefix | ) | const |
const XalanDOMString* XalanNamespacesStack::getPrefixForNamespace | ( | const XalanDOMString & | theURI | ) | const |
bool XalanNamespacesStack::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 XalanNamespacesStack::clear | ( | ) |
iterator XalanNamespacesStack::begin | ( | ) |
const_iterator XalanNamespacesStack::begin | ( | ) | const |
iterator XalanNamespacesStack::end | ( | ) |
const_iterator XalanNamespacesStack::end | ( | ) | const |
reverse_iterator XalanNamespacesStack::rbegin | ( | ) |
const_reverse_iterator XalanNamespacesStack::rbegin | ( | ) | const |
reverse_iterator XalanNamespacesStack::rend | ( | ) |
const_reverse_iterator XalanNamespacesStack::rend | ( | ) | const |
size_type XalanNamespacesStack::size | ( | ) | const |
bool XalanNamespacesStack::empty | ( | ) | const |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|