List of all members.
Public Types
Public Member Functions
Member Typedef Documentation
Constructor & Destructor Documentation
XercesWrapperNavigator::XercesWrapperNavigator |
( |
XercesDocumentWrapper * |
theOwnerDocument = 0 | ) |
[explicit] |
virtual XercesWrapperNavigator::~XercesWrapperNavigator |
( |
| ) |
[virtual] |
Member Function Documentation
XalanNode* XercesWrapperNavigator::getFirstChild |
( |
| ) |
const |
IndexType XercesWrapperNavigator::getIndex |
( |
| ) |
const |
XalanNode* XercesWrapperNavigator::getLastChild |
( |
| ) |
const |
XalanNode* XercesWrapperNavigator::getNextSibling |
( |
| ) |
const |
XalanNode* XercesWrapperNavigator::getParentNode |
( |
| ) |
const |
const XalanDOMString& 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* XercesWrapperNavigator::getPreviousSibling |
( |
| ) |
const |
void XercesWrapperNavigator::setFirstChild |
( |
XalanNode * |
theFirstChild | ) |
|
void XercesWrapperNavigator::setIndex |
( |
IndexType |
theIndex | ) |
|
void XercesWrapperNavigator::setLastChild |
( |
XalanNode * |
theLastChild | ) |
|
void XercesWrapperNavigator::setNextSibling |
( |
XalanNode * |
theNextSibling | ) |
|
void XercesWrapperNavigator::setParentNode |
( |
XalanNode * |
theParent | ) |
|
void XercesWrapperNavigator::setPreviousSibling |
( |
XalanNode * |
thePreviousSibling | ) |
|
The documentation for this class was generated from the following file: