typedef std::istream XSLTInputSource::StreamType |
XSLTInputSource::XSLTInputSource | ( | MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() |
) | [explicit] |
XSLTInputSource::XSLTInputSource | ( | const XSLTInputSource & | theSource, | |
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
Copy constructor.
XSLTInputSource::XSLTInputSource | ( | const XMLCh * | systemId, | |
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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) | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | const XalanDOMString & | systemId, | |
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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) | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | const char * | systemId, | |
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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) | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | const char * | systemId, | |
const char * | publicId, | |||
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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 | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | const XMLCh * | systemId, | |
const XMLCh * | publicId, | |||
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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 | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | const XalanDOMString & | systemId, | |
const XalanDOMString & | publicId, | |||
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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 | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | XalanNode * | node, | |
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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 | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | StreamType * | stream, | |
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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... | |
theMemoryManager | The MemoryManager instance to use. |
XSLTInputSource::XSLTInputSource | ( | StreamType & | stream, | |
MemoryManager & | theMemoryManager = XalanMemMgrs::getDefault() | |||
) |
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... | |
theMemoryManager | The MemoryManager instance to use. |
XalanNode* XSLTInputSource::getNode | ( | ) | const |
Retrieve the DOM node for this input source.
StreamType* XSLTInputSource::getStream | ( | ) | const |
virtual BinInputStreamType* 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.
XSLTInputSource& XSLTInputSource::operator= | ( | const XSLTInputSource & | theRHS | ) |
Assignment operator.
void XSLTInputSource::setNode | ( | XalanNode * | node | ) |
Set the DOM node for this input source.
node | DOM node that is root of the document |
void XSLTInputSource::setStream | ( | StreamType * | stream | ) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|