#include <XSLTInputSource.hpp>
Inheritance diagram for XSLTInputSource:
Collaboration diagram for XSLTInputSource:
|
|
|
|
|
Copy constructor.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
Retrieve the DOM node for this input source.
|
|
|
|
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.
|
|
Assignment operator.
|
|
Set the DOM node for this input source.
|
|
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|