#include <XalanNamespacesStack.hpp>
List of all members.
Public Types
Public Member Functions
Detailed Description
Definition at line 81 of file XalanNamespacesStack.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
| XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry |
( |
MemoryManager & |
theManager |
) |
|
| XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry |
( |
const XalanNamespacesStackEntry & |
theSource, |
|
|
MemoryManager & |
theManager | |
|
) |
| | |
| XalanNamespacesStack::XalanNamespacesStackEntry::~XalanNamespacesStackEntry |
( |
|
) |
|
Member Function Documentation
| iterator XalanNamespacesStack::XalanNamespacesStackEntry::begin |
( |
|
) |
[inline] |
| const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::begin |
( |
|
) |
const [inline] |
| void XalanNamespacesStack::XalanNamespacesStackEntry::clear |
( |
|
) |
|
| iterator XalanNamespacesStack::XalanNamespacesStackEntry::end |
( |
|
) |
[inline] |
| const_iterator XalanNamespacesStack::XalanNamespacesStackEntry::end |
( |
|
) |
const [inline] |
| const XalanDOMString* XalanNamespacesStack::XalanNamespacesStackEntry::getNamespaceForPrefix |
( |
const XalanDOMString & |
thePrefix |
) |
const [inline] |
Get the namespace for a prefix.
- Parameters:
-
| thePrefix | The prefix to find |
- Returns:
- pointer to the string value if found, otherwise 0.
Definition at line 120 of file XalanNamespacesStack.hpp.
| const XalanDOMString* XalanNamespacesStack::XalanNamespacesStackEntry::getPrefixForNamespace |
( |
const XalanDOMString & |
theURI |
) |
const [inline] |
Get the prefix for a namespace.
- Parameters:
-
| theURI | The namespace URI to find |
- Returns:
- pointer to the string value if found, otherwise 0.
Definition at line 132 of file XalanNamespacesStack.hpp.
| bool XalanNamespacesStack::XalanNamespacesStackEntry::isPrefixPresent |
( |
const XalanDOMString & |
thePrefix |
) |
const [inline] |
| reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::rbegin |
( |
|
) |
[inline] |
| reverse_iterator XalanNamespacesStack::XalanNamespacesStackEntry::rend |
( |
|
) |
[inline] |
| void XalanNamespacesStack::XalanNamespacesStackEntry::reset |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: