#include <xalanc/XercesParserLiaison/XercesWrapperNavigator.hpp>
Definition at line 55 of file XercesWrapperNavigator.hpp.
virtual xalanc::XercesWrapperNavigator::~XercesWrapperNavigator |
( |
| ) |
|
|
virtual |
XalanNode* xalanc::XercesWrapperNavigator::getFirstChild |
( |
| ) |
const |
|
inline |
IndexType xalanc::XercesWrapperNavigator::getIndex |
( |
| ) |
const |
|
inline |
XalanNode* xalanc::XercesWrapperNavigator::getLastChild |
( |
| ) |
const |
|
inline |
XalanNode* xalanc::XercesWrapperNavigator::getNextSibling |
( |
const DOMNodeType * |
theXercesNode | ) |
const |
XalanNode* xalanc::XercesWrapperNavigator::getNextSibling |
( |
| ) |
const |
|
inline |
XalanNode* xalanc::XercesWrapperNavigator::getParentNode |
( |
| ) |
const |
|
inline |
const XalanDOMString& xalanc::XercesWrapperNavigator::getPooledString |
( |
const XMLCh * |
theString | ) |
const |
Get a pooled string.
If the string is not in the pool, add it.
- Parameters
-
theString | The string to pool. |
- Returns
- A const reference to the pooled string.
XalanNode* xalanc::XercesWrapperNavigator::getPreviousSibling |
( |
const DOMNodeType * |
theXercesNode | ) |
const |
XalanNode* xalanc::XercesWrapperNavigator::getPreviousSibling |
( |
| ) |
const |
|
inline |
void xalanc::XercesWrapperNavigator::setFirstChild |
( |
XalanNode * |
theFirstChild | ) |
|
|
inline |
void xalanc::XercesWrapperNavigator::setIndex |
( |
IndexType |
theIndex | ) |
|
|
inline |
void xalanc::XercesWrapperNavigator::setLastChild |
( |
XalanNode * |
theLastChild | ) |
|
|
inline |
void xalanc::XercesWrapperNavigator::setNextSibling |
( |
XalanNode * |
theNextSibling | ) |
|
|
inline |
void xalanc::XercesWrapperNavigator::setParentNode |
( |
XalanNode * |
theParent | ) |
|
|
inline |
void xalanc::XercesWrapperNavigator::setPreviousSibling |
( |
XalanNode * |
thePreviousSibling | ) |
|
|
inline |
The documentation for this class was generated from the following file: