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  

XSLTInputSource Class Reference

#include <XSLTInputSource.hpp>

Inheritance diagram for XSLTInputSource

Inheritance graph

[legend]
Collaboration diagram for XSLTInputSource:

Collaboration graph

[legend]
List of all members.

Public Methods


Constructor & Destructor Documentation

XSLTInputSource::XSLTInputSource ( ) [explicit]
 

XSLTInputSource::XSLTInputSource ( const XMLCh * systemId )
 

Create a new input source with a system identifier.

Applications may use setPublicId to include a public identifier as well, or setEncoding to specify the character encoding, if known.

If the system identifier is a URL, it must be full resolved.

Parameters:
systemId   system identifier (URI)

XSLTInputSource::XSLTInputSource ( const char * systemId )
 

Create a new input source with a system identifier.

Applications may use setPublicId to include a public identifier as well, or setEncoding to specify the character encoding, if known.

If the system identifier is a URL, it must be full resolved.

Parameters:
systemId   system identifier (URI)

XSLTInputSource::XSLTInputSource ( const char * systemId,
const char * publicId )
 

Create a new input source with a system identifier and a public identifier.

If the system identifier is a URL, it must be full resolved.

Parameters:
systemId   system identifier (URI)
publicId   public identifier

XSLTInputSource::XSLTInputSource ( const XMLCh * systemId,
const XMLCh * publicId )
 

Create a new input source with a system identifier and a public identifier.

If the system identifier is a URL, it must be full resolved.

Parameters:
systemId   system identifier (URI)
publicId   public identifier

XSLTInputSource::XSLTInputSource ( XalanNode * node )
 

Create a new input source with a DOM node.

Application writers may use setSystemId() to provide a base for resolving relative URIs, and setPublicId to include a public identifier.

Parameters:
node   DOM node that is root of the document

XSLTInputSource::XSLTInputSource ( std::istream * stream )
 

Create a new input source with std stream.

Application writers may use setSystemId() to provide a base for resolving relative URIs, and setPublicId to include a public identifier.

Parameters:
stream   the input stream...


Member Function Documentation

XalanNode * XSLTInputSource::getNode ( ) const []
 

Retrieve the DOM node for this input source.

Returns:
DOM node that is root of the document

std::istream * XSLTInputSource::getStream ( ) const []
 

BinInputStream * XSLTInputSource::makeStream ( ) const [virtual]
 

Makes the byte stream for this input source.

The SAX parser will ignore this if there is also a character stream specified, but it will use a byte stream in preference to opening a URI connection itself.

Returns:
pointer to byte stream created

void XSLTInputSource::setNode ( XalanNode * node ) []
 

Set the DOM node for this input source.

Parameters:
node   DOM node that is root of the document

void XSLTInputSource::setStream ( std::istream * stream ) []
 


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.