|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680)
19 #define XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680
44 class XercesDocumentBridge;
64 bool mappingMode =
true);
75 return m_ownerDocument;
81 m_ownerDocument = theDocument;
91 mapNode(
const XalanNode* theXalanNode)
const;
94 mapNode(
const XalanAttr* theXercesNode)
const;
120 m_parentNode = theParent;
124 getPreviousSibling(
const DOM_NodeType& theXercesNode)
const;
129 return m_previousSibling;
135 m_previousSibling = thePreviousSibling;
139 getNextSibling(
const DOM_NodeType& theXercesNode)
const;
144 return m_nextSibling;
150 m_nextSibling = theNextSibling;
165 m_firstChild = theFirstChild;
180 m_lastChild = theLastChild;
206 getOwnerElement(
const DOM_AttrType& theXercesAttr)
const;
217 unsigned int offset)
const;
257 #endif // !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
void setNextSibling(XalanNode *theNextSibling)
void setParentNode(XalanNode *theParent)
void setLastChild(XalanNode *theLastChild)
XalanNode * getPreviousSibling() const
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
XalanNode * getNextSibling() const
XalanNode * getFirstChild() const
XalanNode * getLastChild() const
xercesc::DOM_Node DOM_NodeType
xercesc::DOM_Text DOM_TextType
void setPreviousSibling(XalanNode *thePreviousSibling)
#define XALAN_XERCESPARSERLIAISON_EXPORT
void setOwnerDocument(XercesDocumentBridge *theDocument)
XalanNode::IndexType IndexType
xercesc::DOMString DOMStringType
This class is deprecated.
XalanNode * getParentNode() const
This class is deprecated.
void setFirstChild(XalanNode *theFirstChild)
XercesDocumentBridge * getOwnerDocument() const
xercesc::DOM_Attr DOM_AttrType
IndexType getIndex() const
void setIndex(IndexType theIndex)