Deprecated. Get the preferred stylesheet for the XSLTInputSource XML document,
as identified by the xml-stylesheet PI, and matching the media and
charset criteria.
Deprecated. Get the preferred stylesheet for the XSLTInputSource XML document,
as identified by the xml-stylesheet PI, and matching the media and
charset criteria.
Deprecated. Get a list of stylesheet specifications for the XSLTInputSource XML document,
as identified by the xml-stylesheet PI, and matching the media and
charset criteria.
Deprecated. Get a list of stylesheet specifications for the XSLTInputSource XML document,
as identified by the xml-stylesheet PI, and matching the media and
charset criteria.
Deprecated. Given a URL to (or file name of) an XSL stylesheet,
Compile the stylesheet into an internal representation, and use it to
set the XSLTProcessor Stylesheet property.
Deprecated. Compile the XSL stylesheet represented by an XSLTInputSource object into an internal representation,
and use it to set the XSLTProcessor Stylesheet property.
Deprecated. If set to true (the default is false), as template children are being constructed, debug diagnostics
are written to the m_diagnosticsPrintWriter
stream.
Deprecated. If this is set to true, debug diagnostics about
template children as they are being constructed
will be written to the m_diagnosticsPrintWriter
stream.
Deprecated. Zero-argument default constructor -- Before you can use the new XSLTInputSource object in a transformation,
you must define the document source with setSystemId(), setNode(), setInputStream(), or setCharacterStream().
Deprecated. Create a new input source with a byte stream -- the equivalent of creating an input source
with the zero-argument constructor and setting the new object's ByteStream property.
Deprecated. Create a new input source with a DOM Node -- the equivalent of creating an input source
with the zero-argument constructor and setting the new object's Node property.
Deprecated. Create a new input source with a character stream -- the equivalent of creating an input source
with the zero-argument constructor and setting the new object's CharacterStream property.
Deprecated. Create a new input source with a system identifier (for a URL or file name) --
the equivalent of creating an input source with the zero-argument
constructor and setting the new object's SystemId property.
Deprecated. Zero-argument default constructor -- Before you can use the new XSLTResultTarget object in a transformation,
you must define the output container by setting its FileName, CharacterStrea, ByteStream, or Node property.
Deprecated. Create a new output target with a SAX Document handler, which
will handle result events -- the equivalent of creating an output target with the
zero-argument constructor and setting the new object's DocyumentHandler property.
Deprecated. Create a new output target with a DOM Node -- the equivalent of creating an output target
with the zero-argument constructor and setting the new object's Node property.
Deprecated. Create a new output target with a byte stream -- the equivalent of creating an output target
with the zero-argument constructor and setting the new object's ByteStream property.
Deprecated. Create a new output target with a file name -- the equivalent of creating an output target
with the zero-argument constructor and setting the new object's FileName property.
Deprecated. Create a new output target with a character stream -- the equivalent of creating an output target
with the zero-argument constructor and setting the new object's CharacterStream property.