#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.
systemId | system identifier (URI) |
|
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.
systemId | system identifier (URI) |
|
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.
systemId | system identifier (URI) |
|
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.
systemId | system identifier (URI) |
publicId | public identifier |
|
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.
systemId | system identifier (URI) |
publicId | public identifier |
|
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.
systemId | system identifier (URI) |
publicId | public identifier |
|
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.
node | DOM node that is root of the document |
|
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.
stream | the input 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.
stream | the input stream... |
|
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.
node | DOM node that is root of the document |
|
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.7 |
|