Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.7
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanNamespacesStack::XalanNamespacesStackEntry Class Reference
#include <XalanNamespacesStack.hpp>
List of all members.
Public Types
Public Methods
Member Typedef Documentation
typedef const XalanDOMString& (value_type::* XalanNamespacesStack::XalanNamespacesStackEntry::MemberFunctionType)() const
|
|
typedef std::deque<value_type> XalanNamespacesStack::XalanNamespacesStackEntry::NamespaceCollectionType
|
|
typedef NamespaceCollectionType::const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::const_iterator
|
|
typedef NamespaceCollectionType::const_reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::const_reverse_iterator
|
|
typedef NamespaceCollectionType::iterator XalanNamespacesStack::XalanNamespacesStackEntry::iterator
|
|
typedef NamespaceCollectionType::reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::reverse_iterator
|
|
typedef XalanNamespace XalanNamespacesStack::XalanNamespacesStackEntry::value_type
|
|
Constructor & Destructor Documentation
XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry (
|
)
|
|
XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry (
|
const XalanNamespacesStackEntry & theSource )
|
|
XalanNamespacesStack::XalanNamespacesStackEntry::~XalanNamespacesStackEntry (
|
)
|
|
Member Function Documentation
const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::begin (
|
) const []
|
|
iterator XalanNamespacesStack::XalanNamespacesStackEntry::begin (
|
) []
|
|
void XalanNamespacesStack::XalanNamespacesStackEntry::clear (
|
)
|
|
const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::end (
|
) const []
|
|
iterator XalanNamespacesStack::XalanNamespacesStackEntry::end (
|
) []
|
|
Get the namespace for a prefix.
-
Parameters:
-
thePrefix
|
The prefix to find |
-
Returns:
-
pointer to the string value if found, otherwise 0.
Get the prefix for a namespace.
-
Parameters:
-
theURI
|
The namespace URI to find |
-
Returns:
-
pointer to the string value if found, otherwise 0.
bool XalanNamespacesStack::XalanNamespacesStackEntry::isPrefixPresent (
|
const XalanDOMString & thePrefix ) const []
|
|
XalanNamespacesStackEntry& XalanNamespacesStack::XalanNamespacesStackEntry::operator= (
|
const XalanNamespacesStackEntry & theRHS )
|
|
void XalanNamespacesStack::XalanNamespacesStackEntry::reset (
|
) []
|
|
void XalanNamespacesStack::XalanNamespacesStackEntry::swap (
|
XalanNamespacesStackEntry & theOther )
|
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.7
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|