Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.4

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XercesBridgeHelper Class Reference

#include <XercesBridgeHelper.hpp>

List of all members.

Public Types

Static Public Methods


Detailed Description


Member Typedef Documentation

typedef unsigned int XercesBridgeHelper::XercesStringLengthType


Member Function Documentation

const DOMString XercesBridgeHelper::XalanDOMStringToXercesDOMString ( const XalanDOMString & theString) [static]

void XercesBridgeHelper::appendData ( DOM_CharacterData & theXercesNode,
const XalanDOMString & arg) [static]

void XercesBridgeHelper::deleteData ( DOM_CharacterData & theXercesNode,
unsigned int offset,
unsigned int count) [static]

void XercesBridgeHelper::insertData ( DOM_CharacterData & theXercesNode,
unsigned int offset,
const XalanDOMString & arg) [static]

bool XercesBridgeHelper::isSupported ( const DOM_Node & theXercesNode,
const XalanDOMString & feature,
const XalanDOMString & version) [static]

void XercesBridgeHelper::normalize ( DOM_Node & theXercesNode) [static]

void XercesBridgeHelper::replaceData ( DOM_CharacterData & theXercesNode,
unsigned int offset,
unsigned int count,
const XalanDOMString & arg) [static]

void XercesBridgeHelper::setNodeValue ( DOM_Node & theXercesNode,
const XalanDOMString & nodeValue) [static]

void XercesBridgeHelper::setPrefix ( DOM_Node & theXercesNode,
const XalanDOMString & prefix) [static]

const XalanDOMString XercesBridgeHelper::substringData ( const DOM_CharacterData & theXercesNode,
unsigned int offset,
unsigned int count) [static]


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.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.