Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#include <ResultNamespacesStack.hpp>

Public Types

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

Public Member Functions

 ResultNamespacesStack (MemoryManager &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. More...
 
void clear ()
 
size_type size () const
 
bool empty () const
 

Detailed Description

Definition at line 44 of file ResultNamespacesStack.hpp.

Member Typedef Documentation

◆ BoolVectorType

Definition at line 56 of file ResultNamespacesStack.hpp.

◆ NamespacesStackType

Definition at line 60 of file ResultNamespacesStack.hpp.

◆ NamespaceVectorType

Definition at line 59 of file ResultNamespacesStack.hpp.

◆ size_type

Definition at line 62 of file ResultNamespacesStack.hpp.

Constructor & Destructor Documentation

◆ ResultNamespacesStack()

ResultNamespacesStack::ResultNamespacesStack ( MemoryManager &  theManager)
explicit

◆ ~ResultNamespacesStack()

ResultNamespacesStack::~ResultNamespacesStack ( )

Member Function Documentation

◆ addDeclaration() [1/3]

void ResultNamespacesStack::addDeclaration ( const XalanDOMString thePrefix,
const XalanDOMString theNamespaceURI 
)
inline

Definition at line 71 of file ResultNamespacesStack.hpp.

◆ addDeclaration() [2/3]

void ResultNamespacesStack::addDeclaration ( const XalanDOMString thePrefix,
const XalanDOMChar *  theNamespaceURI 
)
inline

Definition at line 82 of file ResultNamespacesStack.hpp.

◆ addDeclaration() [3/3]

void ResultNamespacesStack::addDeclaration ( const XalanDOMString thePrefix,
const XalanDOMChar *  theNamespaceURI,
XalanDOMString::size_type  theLength 
)

◆ clear()

void ResultNamespacesStack::clear ( )

◆ empty()

bool ResultNamespacesStack::empty ( ) const
inline

Definition at line 127 of file ResultNamespacesStack.hpp.

◆ getNamespaceForPrefix()

const XalanDOMString* ResultNamespacesStack::getNamespaceForPrefix ( const XalanDOMString thePrefix) const

◆ getPrefixForNamespace()

const XalanDOMString* ResultNamespacesStack::getPrefixForNamespace ( const XalanDOMString theNamespaceURI) const

◆ popContext()

void ResultNamespacesStack::popContext ( )

◆ prefixIsPresentLocal()

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.

◆ pushContext()

void ResultNamespacesStack::pushContext ( )

◆ size()

size_type ResultNamespacesStack::size ( ) const
inline

Definition at line 121 of file ResultNamespacesStack.hpp.


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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo