Xalan-C++ API Reference  1.12.0
Public Types | Static Public Member Functions | List of all members
xalanc::XercesBridgeHelper Class Reference

This class is deprecated. More...

#include <xalanc/XercesParserLiaison/Deprecated/XercesBridgeHelper.hpp>

Public Types

typedef unsigned int XercesStringLengthType
 

Static Public Member Functions

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)
 

Detailed Description

This class is deprecated.

Deprecated:
This class is part of the deprecated Xerces DOM bridge.

Definition at line 63 of file XercesBridgeHelper.hpp.

Member Typedef Documentation

Definition at line 67 of file XercesBridgeHelper.hpp.

Member Function Documentation

static void xalanc::XercesBridgeHelper::appendData ( DOM_CharacterDataType &  theXercesNode,
const XalanDOMString &  arg 
)
static
static void xalanc::XercesBridgeHelper::deleteData ( DOM_CharacterDataType &  theXercesNode,
unsigned int  offset,
unsigned int  count 
)
static
static void xalanc::XercesBridgeHelper::insertData ( DOM_CharacterDataType &  theXercesNode,
unsigned int  offset,
const XalanDOMString &  arg 
)
static
static bool xalanc::XercesBridgeHelper::isSupported ( const DOM_NodeType &  theXercesNode,
const XalanDOMString &  feature,
const XalanDOMString &  version 
)
static
static void xalanc::XercesBridgeHelper::normalize ( DOM_NodeType &  theXercesNode)
static
static void xalanc::XercesBridgeHelper::replaceData ( DOM_CharacterDataType &  theXercesNode,
unsigned int  offset,
unsigned int  count,
const XalanDOMString &  arg 
)
static
static void xalanc::XercesBridgeHelper::setNodeValue ( DOM_NodeType &  theXercesNode,
const XalanDOMString &  nodeValue 
)
static
static void xalanc::XercesBridgeHelper::setPrefix ( DOM_NodeType &  theXercesNode,
const XalanDOMString &  prefix 
)
static
static const XalanDOMString xalanc::XercesBridgeHelper::substringData ( const DOM_CharacterDataType &  theXercesNode,
unsigned int  offset,
unsigned int  count 
)
static
static const DOMStringType xalanc::XercesBridgeHelper::XalanDOMStringToXercesDOMString ( const XalanDOMString &  theString)
inlinestatic

Definition at line 70 of file XercesBridgeHelper.hpp.

References xalanc::XalanDOMString::length().


The documentation for this class was generated from the following file: