#include <XalanNamespacesStack.hpp>

Definition at line 45 of file XalanNamespacesStack.hpp.
| typedef XalanVector<bool> XalanNamespacesStack::BoolVectorType |
Definition at line 223 of file XalanNamespacesStack.hpp.
Definition at line 227 of file XalanNamespacesStack.hpp.
Definition at line 228 of file XalanNamespacesStack.hpp.
Definition at line 225 of file XalanNamespacesStack.hpp.
| typedef const XalanDOMString*(value_type::* XalanNamespacesStack::MemberFunctionType)(const XalanDOMString &) const |
Definition at line 232 of file XalanNamespacesStack.hpp.
| typedef XalanDeque<value_type, ConstructWithMemoryManagerTraits<value_type> > XalanNamespacesStack::NamespacesStackType |
Definition at line 222 of file XalanNamespacesStack.hpp.
Definition at line 226 of file XalanNamespacesStack.hpp.
Definition at line 230 of file XalanNamespacesStack.hpp.
Definition at line 220 of file XalanNamespacesStack.hpp.
| XalanNamespacesStack::XalanNamespacesStack | ( | MemoryManager & | theManager | ) | [explicit] |
| XalanNamespacesStack::~XalanNamespacesStack | ( | ) |
| void XalanNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
| const XalanDOMString & | theURI | |||
| ) | [inline] |
Definition at line 241 of file XalanNamespacesStack.hpp.
| void XalanNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
| const XalanDOMChar * | theURI | |||
| ) | [inline] |
Definition at line 252 of file XalanNamespacesStack.hpp.
| void XalanNamespacesStack::addDeclaration | ( | const XalanDOMString & | thePrefix, | |
| const XalanDOMChar * | theURI, | |||
| XalanDOMString::size_type | theLength | |||
| ) |
| iterator XalanNamespacesStack::begin | ( | ) | [inline] |
Definition at line 294 of file XalanNamespacesStack.hpp.
| const_iterator XalanNamespacesStack::begin | ( | ) | const [inline] |
Definition at line 300 of file XalanNamespacesStack.hpp.
| void XalanNamespacesStack::clear | ( | ) |
| bool XalanNamespacesStack::empty | ( | ) | const [inline] |
Definition at line 348 of file XalanNamespacesStack.hpp.
| iterator XalanNamespacesStack::end | ( | ) | [inline] |
Definition at line 306 of file XalanNamespacesStack.hpp.
| const_iterator XalanNamespacesStack::end | ( | ) | const [inline] |
Definition at line 312 of file XalanNamespacesStack.hpp.
| const XalanDOMString* XalanNamespacesStack::getNamespaceForPrefix | ( | const XalanDOMString & | thePrefix | ) | const |
| const XalanDOMString* XalanNamespacesStack::getPrefixForNamespace | ( | const XalanDOMString & | theURI | ) | const [inline] |
Definition at line 278 of file XalanNamespacesStack.hpp.
| void XalanNamespacesStack::popContext | ( | ) |
| 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::pushContext | ( | ) |
| const_reverse_iterator XalanNamespacesStack::rbegin | ( | ) | const [inline] |
Definition at line 324 of file XalanNamespacesStack.hpp.
| reverse_iterator XalanNamespacesStack::rbegin | ( | ) | [inline] |
Definition at line 318 of file XalanNamespacesStack.hpp.
| const_reverse_iterator XalanNamespacesStack::rend | ( | ) | const [inline] |
Definition at line 336 of file XalanNamespacesStack.hpp.
| reverse_iterator XalanNamespacesStack::rend | ( | ) | [inline] |
Definition at line 330 of file XalanNamespacesStack.hpp.
| size_type XalanNamespacesStack::size | ( | ) | const [inline] |
Definition at line 342 of file XalanNamespacesStack.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|