|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESPROCESSINGINSTRUCTIONBRIDGE_HEADER_GUARD_1357924680)
19 #define XERCESPROCESSINGINSTRUCTIONBRIDGE_HEADER_GUARD_1357924680
27 #if XERCES_VERSION_MAJOR >= 2
28 #include <xercesc/dom/deprecated/DOM_ProcessingInstruction.hpp>
30 #include <xercesc/dom/DOM_ProcessingInstruction.hpp>
47 class XercesBridgeNavigator;
94 getParentNode()
const;
110 getChildNodes()
const;
118 getFirstChild()
const;
126 getLastChild()
const;
134 getPreviousSibling()
const;
142 getNextSibling()
const;
149 getAttributes()
const;
161 getOwnerDocument()
const;
186 cloneNode(
bool deep)
const;
267 hasChildNodes()
const;
346 getNamespaceURI()
const;
363 getLocalName()
const;
480 #endif // !defined(XERCESPROCESSINGINSTRUCTIONBRIDGE_HEADER_GUARD_1357924680)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::DOM_ProcessingInstruction DOM_ProcessingInstructionType
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
DOM_ProcessingInstructionType getXercesNode() const
Get the Xerces node this instance represent.
#define XALAN_XERCESPARSERLIAISON_EXPORT
This class is deprecated.
This class is deprecated.