Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Types | Public Member Functions | List of all members
ResultNamespacesStack Class Reference

Public Types

typedef XalanVector< bool > BoolVectorType
typedef
XalanQName::NamespaceVectorType 
NamespaceVectorType
typedef
XalanQName::NamespacesStackType 
NamespacesStackType
typedef
NamespacesStackType::size_type 
size_type

Public Member Functions

 ResultNamespacesStack (MemoryManagerType &theManager)
 ~ResultNamespacesStack ()
void addDeclaration (const XalanDOMString &thePrefix, const XalanDOMString &theNamespaceURI)
void addDeclaration (const XalanDOMString &thePrefix, const XalanDOMChar *theNamespaceURI)
void addDeclaration (const XalanDOMString &thePrefix, const XalanDOMChar *theNamespaceURI, XalanDOMString::size_type theLength)
void pushContext ()
void popContext ()
const XalanDOMStringgetNamespaceForPrefix (const XalanDOMString &thePrefix) const
const XalanDOMStringgetPrefixForNamespace (const XalanDOMString &theNamespaceURI) 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.
void clear ()
size_type size () const
bool empty () const

Member Typedef Documentation

Constructor & Destructor Documentation

ResultNamespacesStack::ResultNamespacesStack ( MemoryManagerType theManager)
explicit
ResultNamespacesStack::~ResultNamespacesStack ( )

Member Function Documentation

void ResultNamespacesStack::addDeclaration ( const XalanDOMString thePrefix,
const XalanDOMString theNamespaceURI 
)
void ResultNamespacesStack::addDeclaration ( const XalanDOMString thePrefix,
const XalanDOMChar *  theNamespaceURI 
)
void ResultNamespacesStack::addDeclaration ( const XalanDOMString thePrefix,
const XalanDOMChar *  theNamespaceURI,
XalanDOMString::size_type  theLength 
)
void ResultNamespacesStack::clear ( )
bool ResultNamespacesStack::empty ( ) const
const XalanDOMString* ResultNamespacesStack::getNamespaceForPrefix ( const XalanDOMString thePrefix) const
const XalanDOMString* ResultNamespacesStack::getPrefixForNamespace ( const XalanDOMString theNamespaceURI) const
void ResultNamespacesStack::popContext ( )
bool ResultNamespacesStack::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 ResultNamespacesStack::pushContext ( )
size_type ResultNamespacesStack::size ( ) const

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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo