typedef unsigned int XercesBridgeHelper::XercesStringLengthType |
static const DOMStringType XercesBridgeHelper::XalanDOMStringToXercesDOMString | ( | const XalanDOMString & | theString | ) | [static] |
static void XercesBridgeHelper::setNodeValue | ( | DOM_NodeType & | theXercesNode, | |
const XalanDOMString & | nodeValue | |||
) | [static] |
static void XercesBridgeHelper::normalize | ( | DOM_NodeType & | theXercesNode | ) | [static] |
static bool XercesBridgeHelper::isSupported | ( | const DOM_NodeType & | theXercesNode, | |
const XalanDOMString & | feature, | |||
const XalanDOMString & | version | |||
) | [static] |
static void XercesBridgeHelper::setPrefix | ( | DOM_NodeType & | theXercesNode, | |
const XalanDOMString & | prefix | |||
) | [static] |
static const XalanDOMString XercesBridgeHelper::substringData | ( | const DOM_CharacterDataType & | theXercesNode, | |
unsigned int | offset, | |||
unsigned int | count | |||
) | [static] |
static void XercesBridgeHelper::appendData | ( | DOM_CharacterDataType & | theXercesNode, | |
const XalanDOMString & | arg | |||
) | [static] |
static void XercesBridgeHelper::insertData | ( | DOM_CharacterDataType & | theXercesNode, | |
unsigned int | offset, | |||
const XalanDOMString & | arg | |||
) | [static] |
static void XercesBridgeHelper::deleteData | ( | DOM_CharacterDataType & | theXercesNode, | |
unsigned int | offset, | |||
unsigned int | count | |||
) | [static] |
static void XercesBridgeHelper::replaceData | ( | DOM_CharacterDataType & | theXercesNode, | |
unsigned int | offset, | |||
unsigned int | count, | |||
const XalanDOMString & | arg | |||
) | [static] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|