|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680)
19 #define XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680
31 #include <xercesc/util/XercesDefs.hpp>
48 class XercesDocumentWrapper;
73 return m_ownerDocument;
79 m_ownerDocument = theDocument;
104 getParentNode(
const DOMNodeType* theXercesNode)
const;
115 m_parentNode = theParent;
119 getPreviousSibling(
const DOMNodeType* theXercesNode)
const;
124 return m_previousSibling;
130 m_previousSibling = thePreviousSibling;
134 getNextSibling(
const DOMNodeType* theXercesNode)
const;
139 return m_nextSibling;
145 m_nextSibling = theNextSibling;
149 getFirstChild(
const DOMNodeType* theXercesNode)
const;
160 m_firstChild = theFirstChild;
164 getLastChild(
const DOMNodeType* theXercesNode)
const;
175 m_lastChild = theLastChild;
179 getOwnerElement(
const DOMAttrType* theXercesAttr)
const;
189 getPooledString(
const XMLCh* theString)
const;
221 #endif // !defined(XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680)
void setIndex(IndexType theIndex)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
IndexType getIndex() const
void setParentNode(XalanNode *theParent)
XalanNode * getNextSibling() const
void setOwnerDocument(XercesDocumentWrapper *theDocument)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
XalanNode * getLastChild() const
void setLastChild(XalanNode *theLastChild)
XalanNode * getFirstChild() const
void setFirstChild(XalanNode *theFirstChild)
void setPreviousSibling(XalanNode *thePreviousSibling)
xercesc::DOMNode DOMNodeType
XercesDocumentWrapper * getOwnerDocument() const
#define XALAN_XERCESPARSERLIAISON_EXPORT
XalanNode * getParentNode() const
void setNextSibling(XalanNode *theNextSibling)
XalanNode::IndexType IndexType
xercesc::DOMAttr DOMAttrType
XalanNode * getPreviousSibling() const