Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

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

XercesBridgeHelper Class Reference

#include <XercesBridgeHelper.hpp>

List of all members.

Static Public Methods


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]
 

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]
 

bool XercesBridgeHelper::supports ( const DOM_Node & theXercesNode,
const XalanDOMString & feature,
const XalanDOMString & version ) [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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.