|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESCDATASECTIONBRIDGE_HEADER_GUARD_1357924680)
19 #define XERCESCDATASECTIONBRIDGE_HEADER_GUARD_1357924680
27 #if XERCES_VERSION_MAJOR >= 2
28 #include <xercesc/dom/deprecated/DOM_CDATASection.hpp>
30 #include <xercesc/dom/DOM_CDATASection.hpp>
47 class XercesBridgeNavigator;
95 getParentNode()
const;
111 getChildNodes()
const;
119 getFirstChild()
const;
127 getLastChild()
const;
135 getPreviousSibling()
const;
143 getNextSibling()
const;
150 getAttributes()
const;
162 getOwnerDocument()
const;
187 cloneNode(
bool deep)
const;
268 hasChildNodes()
const;
347 getNamespaceURI()
const;
364 getLocalName()
const;
457 unsigned int count)
const;
558 splitText(
unsigned int offset);
563 isWhitespace()
const;
599 #endif // !defined(XERCESCDATASECTIONBRIDGE_HEADER_GUARD_1357924680)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
DOM_CDATASectionType getXercesNode() const
Get the Xerces node this instance represent.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
xercesc::DOM_CDATASection DOM_CDATASectionType
#define XALAN_XERCESPARSERLIAISON_EXPORT
This class is deprecated.
This class is deprecated.