This class is deprecated.
More...
#include <xalanc/XercesParserLiaison/Deprecated/XercesBridgeNavigator.hpp>
|
| | XercesBridgeNavigator (XercesDocumentBridge *theOwnerDocument=0, bool mappingMode=true) |
| |
| | XercesBridgeNavigator (const XercesBridgeNavigator &theSource) |
| |
| virtual | ~XercesBridgeNavigator () |
| |
| XercesDocumentBridge * | getOwnerDocument () const |
| |
| void | setOwnerDocument (XercesDocumentBridge *theDocument) |
| |
| XalanNode * | mapNode (const DOM_NodeType &theXercesNode) const |
| |
| XalanAttr * | mapNode (const DOM_AttrType &theXercesNode) const |
| |
| DOM_NodeType | mapNode (const XalanNode *theXalanNode) const |
| |
| DOM_AttrType | mapNode (const XalanAttr *theXercesNode) const |
| |
| IndexType | getIndex () const |
| |
| void | setIndex (IndexType theIndex) |
| |
| XalanNode * | getParentNode (const DOM_NodeType &theXercesNode) const |
| |
| XalanNode * | getParentNode () const |
| |
| void | setParentNode (XalanNode *theParent) |
| |
| XalanNode * | getPreviousSibling (const DOM_NodeType &theXercesNode) const |
| |
| XalanNode * | getPreviousSibling () const |
| |
| void | setPreviousSibling (XalanNode *thePreviousSibling) |
| |
| XalanNode * | getNextSibling (const DOM_NodeType &theXercesNode) const |
| |
| XalanNode * | getNextSibling () const |
| |
| void | setNextSibling (XalanNode *theNextSibling) |
| |
| XalanNode * | getFirstChild (const DOM_NodeType &theXercesNode) const |
| |
| XalanNode * | getFirstChild () const |
| |
| void | setFirstChild (XalanNode *theFirstChild) |
| |
| XalanNode * | getLastChild (const DOM_NodeType &theXercesNode) const |
| |
| XalanNode * | getLastChild () const |
| |
| void | setLastChild (XalanNode *theLastChild) |
| |
| XalanNode * | insertBefore (DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *refChild) const |
| |
| XalanNode * | replaceChild (DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *oldChild) const |
| |
| XalanNode * | removeChild (DOM_NodeType &theXercesParent, XalanNode *oldChild) const |
| |
| XalanNode * | appendChild (DOM_NodeType &theXercesParent, XalanNode *newChild) const |
| |
| XalanElement * | getOwnerElement (const DOM_AttrType &theXercesAttr) const |
| |
| XalanNode * | cloneNode (const XalanNode *theXalanNode, const DOM_NodeType &theXercesNode, bool deep) const |
| |
| XalanText * | splitText (DOM_TextType &theXercesText, unsigned int offset) const |
| |
| const XalanDOMString & | getPooledString (const DOMStringType &theString) const |
| | Get a pooled string. More...
|
| |
This class is deprecated.
- Deprecated:
- This class is part of the deprecated Xerces DOM bridge.
Definition at line 55 of file XercesBridgeNavigator.hpp.
◆ IndexType
◆ XercesBridgeNavigator() [1/2]
| xalanc::XercesBridgeNavigator::XercesBridgeNavigator |
( |
XercesDocumentBridge * |
theOwnerDocument = 0, |
|
|
bool |
mappingMode = true |
|
) |
| |
|
explicit |
◆ XercesBridgeNavigator() [2/2]
◆ ~XercesBridgeNavigator()
| virtual xalanc::XercesBridgeNavigator::~XercesBridgeNavigator |
( |
| ) |
|
|
virtual |
◆ appendChild()
◆ cloneNode()
◆ getFirstChild() [1/2]
| XalanNode* xalanc::XercesBridgeNavigator::getFirstChild |
( |
| ) |
const |
|
inline |
◆ getFirstChild() [2/2]
◆ getIndex()
| IndexType xalanc::XercesBridgeNavigator::getIndex |
( |
| ) |
const |
|
inline |
◆ getLastChild() [1/2]
| XalanNode* xalanc::XercesBridgeNavigator::getLastChild |
( |
| ) |
const |
|
inline |
◆ getLastChild() [2/2]
◆ getNextSibling() [1/2]
| XalanNode* xalanc::XercesBridgeNavigator::getNextSibling |
( |
| ) |
const |
|
inline |
◆ getNextSibling() [2/2]
◆ getOwnerDocument()
◆ getOwnerElement()
◆ getParentNode() [1/2]
| XalanNode* xalanc::XercesBridgeNavigator::getParentNode |
( |
| ) |
const |
|
inline |
◆ getParentNode() [2/2]
◆ getPooledString()
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.
◆ getPreviousSibling() [1/2]
| XalanNode* xalanc::XercesBridgeNavigator::getPreviousSibling |
( |
| ) |
const |
|
inline |
◆ getPreviousSibling() [2/2]
◆ insertBefore()
◆ mapNode() [1/4]
◆ mapNode() [2/4]
◆ mapNode() [3/4]
◆ mapNode() [4/4]
◆ removeChild()
◆ replaceChild()
◆ setFirstChild()
| void xalanc::XercesBridgeNavigator::setFirstChild |
( |
XalanNode * |
theFirstChild | ) |
|
|
inline |
◆ setIndex()
| void xalanc::XercesBridgeNavigator::setIndex |
( |
IndexType |
theIndex | ) |
|
|
inline |
◆ setLastChild()
| void xalanc::XercesBridgeNavigator::setLastChild |
( |
XalanNode * |
theLastChild | ) |
|
|
inline |
◆ setNextSibling()
| void xalanc::XercesBridgeNavigator::setNextSibling |
( |
XalanNode * |
theNextSibling | ) |
|
|
inline |
◆ setOwnerDocument()
◆ setParentNode()
| void xalanc::XercesBridgeNavigator::setParentNode |
( |
XalanNode * |
theParent | ) |
|
|
inline |
◆ setPreviousSibling()
| void xalanc::XercesBridgeNavigator::setPreviousSibling |
( |
XalanNode * |
thePreviousSibling | ) |
|
|
inline |
◆ splitText()
| XalanText* xalanc::XercesBridgeNavigator::splitText |
( |
DOM_TextType & |
theXercesText, |
|
|
unsigned int |
offset |
|
) |
| const |
The documentation for this class was generated from the following file: