Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Static Public Member Functions | List of all members
XercesBridgeHelper Class Reference

This class is deprecated. More...

#include <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 60 of file XercesBridgeHelper.hpp.

Member Typedef Documentation

◆ XercesStringLengthType

Definition at line 64 of file XercesBridgeHelper.hpp.

Member Function Documentation

◆ appendData()

static void XercesBridgeHelper::appendData ( DOM_CharacterDataType theXercesNode,
const XalanDOMString arg 
)
static

◆ deleteData()

static void XercesBridgeHelper::deleteData ( DOM_CharacterDataType theXercesNode,
unsigned int  offset,
unsigned int  count 
)
static

◆ insertData()

static void XercesBridgeHelper::insertData ( DOM_CharacterDataType theXercesNode,
unsigned int  offset,
const XalanDOMString arg 
)
static

◆ isSupported()

static bool XercesBridgeHelper::isSupported ( const DOM_NodeType theXercesNode,
const XalanDOMString feature,
const XalanDOMString version 
)
static

◆ normalize()

static void XercesBridgeHelper::normalize ( DOM_NodeType theXercesNode)
static

◆ replaceData()

static void XercesBridgeHelper::replaceData ( DOM_CharacterDataType theXercesNode,
unsigned int  offset,
unsigned int  count,
const XalanDOMString arg 
)
static

◆ setNodeValue()

static void XercesBridgeHelper::setNodeValue ( DOM_NodeType theXercesNode,
const XalanDOMString nodeValue 
)
static

◆ setPrefix()

static void XercesBridgeHelper::setPrefix ( DOM_NodeType theXercesNode,
const XalanDOMString prefix 
)
static

◆ substringData()

static const XalanDOMString XercesBridgeHelper::substringData ( const DOM_CharacterDataType theXercesNode,
unsigned int  offset,
unsigned int  count 
)
static

◆ XalanDOMStringToXercesDOMString()

static const DOMStringType XercesBridgeHelper::XalanDOMStringToXercesDOMString ( const XalanDOMString theString)
inlinestatic

Definition at line 67 of file XercesBridgeHelper.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo