This class is deprecated.
More...
#include <xalanc/XercesParserLiaison/Deprecated/XercesBridgeHelper.hpp>
|
static const DOMStringType | XalanDOMStringToXercesDOMString (const XalanDOMString &theString) |
|
static void | setNodeValue (DOM_NodeType &theXercesNode, const XalanDOMString &nodeValue) |
|
static void | normalize (DOM_NodeType &theXercesNode) |
|
static bool | isSupported (const DOM_NodeType &theXercesNode, const XalanDOMString &feature, const XalanDOMString &version) |
|
static void | setPrefix (DOM_NodeType &theXercesNode, const XalanDOMString &prefix) |
|
static const XalanDOMString | substringData (const DOM_CharacterDataType &theXercesNode, unsigned int offset, unsigned int count) |
|
static void | appendData (DOM_CharacterDataType &theXercesNode, const XalanDOMString &arg) |
|
static void | insertData (DOM_CharacterDataType &theXercesNode, unsigned int offset, const XalanDOMString &arg) |
|
static void | deleteData (DOM_CharacterDataType &theXercesNode, unsigned int offset, unsigned int count) |
|
static void | replaceData (DOM_CharacterDataType &theXercesNode, unsigned int offset, unsigned int count, const XalanDOMString &arg) |
|
This class is deprecated.
- Deprecated:
- This class is part of the deprecated Xerces DOM bridge.
Definition at line 63 of file XercesBridgeHelper.hpp.
◆ XercesStringLengthType
◆ appendData()
◆ deleteData()
static void xalanc::XercesBridgeHelper::deleteData |
( |
DOM_CharacterDataType & |
theXercesNode, |
|
|
unsigned int |
offset, |
|
|
unsigned int |
count |
|
) |
| |
|
static |
◆ insertData()
◆ isSupported()
◆ normalize()
static void xalanc::XercesBridgeHelper::normalize |
( |
DOM_NodeType & |
theXercesNode | ) |
|
|
static |
◆ replaceData()
◆ setNodeValue()
◆ setPrefix()
◆ substringData()
◆ XalanDOMStringToXercesDOMString()
The documentation for this class was generated from the following file: