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