| typedef NamespaceCollectionType::const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::const_iterator |
| typedef NamespaceCollectionType::const_reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::const_reverse_iterator |
| typedef const XalanDOMString&(value_type::* XalanNamespacesStack::XalanNamespacesStackEntry::MemberFunctionType)() const |
| typedef XalanDeque<value_type> XalanNamespacesStack::XalanNamespacesStackEntry::NamespaceCollectionType |
| typedef NamespaceCollectionType::reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::reverse_iterator |
| XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry | ( | MemoryManagerType & | theManager | ) |
| XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry | ( | const XalanNamespacesStackEntry & | theSource, |
| MemoryManagerType & | theManager | ||
| ) |
| XalanNamespacesStack::XalanNamespacesStackEntry::~XalanNamespacesStackEntry | ( | ) |
| void XalanNamespacesStack::XalanNamespacesStackEntry::addDeclaration | ( | const XalanDOMString & | thePrefix, |
| const XalanDOMChar * | theNamespaceURI, | ||
| XalanDOMString::size_type | theLength | ||
| ) |
| iterator XalanNamespacesStack::XalanNamespacesStackEntry::begin | ( | ) |
| const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::begin | ( | ) | const |
| void XalanNamespacesStack::XalanNamespacesStackEntry::clear | ( | ) |
| iterator XalanNamespacesStack::XalanNamespacesStackEntry::end | ( | ) |
| const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::end | ( | ) | const |
| const XalanDOMString* XalanNamespacesStack::XalanNamespacesStackEntry::getNamespaceForPrefix | ( | const XalanDOMString & | thePrefix | ) | const |
Get the namespace for a prefix.
| thePrefix | The prefix to find |
| const XalanDOMString* XalanNamespacesStack::XalanNamespacesStackEntry::getPrefixForNamespace | ( | const XalanDOMString & | theURI | ) | const |
Get the prefix for a namespace.
| theURI | The namespace URI to find |
| bool XalanNamespacesStack::XalanNamespacesStackEntry::isPrefixPresent | ( | const XalanDOMString & | thePrefix | ) | const |
| reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::rbegin | ( | ) |
| const_reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::rbegin | ( | ) | const |
| const_reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::rend | ( | ) | const |
| reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::rend | ( | ) |
| void XalanNamespacesStack::XalanNamespacesStackEntry::reset | ( | ) |
| XalanNamespacesStackEntry& XalanNamespacesStack::XalanNamespacesStackEntry::set | ( | const XalanNamespacesStackEntry & | theRHS, |
| MemoryManagerType & | theManager | ||
| ) |
| void XalanNamespacesStack::XalanNamespacesStackEntry::swap | ( | XalanNamespacesStackEntry & | theOther | ) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|