![]()
|
: Class TransformerFactory
| |||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
protected |
|
| Method Summary | |
|
java.lang.String media,
java.lang.String title,
java.lang.String charset)
Get the stylesheet specification(s) associated document specified in the source parameter, and that match the given criteria. |
|
abstract java.lang.Object |
|
|
Get the error event handler for the TransformerFactory. |
|
abstract boolean |
|
|
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include. |
|
|
Obtain a new instance of a TransformerFactory. |
|
|
Process the Source into a Templates object, which is a a compiled representation of the source. |
|
|
Create a new Transformer object that performs a copy of the source to the result. |
|
|
Process the Source into a Transformer object. |
|
abstract void |
java.lang.Object value)
|
abstract void |
|
abstract void |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected TransformerFactory()
| Method Detail |
TransformerFactory.
This static method creates a new factory instance
This method uses the following ordered lookup procedure to determine
the TransformerFactory implementation class to
load:
TransformerFactory instance.
TransformerFactory it can use the factory to configure
and obtain parser instances.source - An object that holds a URI, input stream, etc.source - An object that holds a URI, input stream, etc.source - An object that holds a URL, input stream, etc.
java.lang.String media,
java.lang.String title,
java.lang.String charset)
source - The XML source document.media - The media attribute to be matched. May be null, in which
case the prefered templates will be used (i.e. alternate = no).title - The value of the title attribute to match. May be null.charset - The value of the charset attribute to match. May be null.TransformerConfigurationException. - resolver - An object that implements the URIResolver interface,
or null.public abstract boolean getFeature(java.lang.String name)
The feature name is any absolute URI.
name - The feature name, which is an absolute URI.
public abstract void setAttribute(java.lang.String name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
name - The name of the attribute.value - The value of the attribute.java.lang.IllegalArgumentException - thrown if the underlying
implementation doesn't recognize the attribute.
public abstract java.lang.Object getAttribute(java.lang.String name)
throws java.lang.IllegalArgumentException
name - The name of the attribute.java.lang.IllegalArgumentException - thrown if the underlying
implementation doesn't recognize the attribute.
throws java.lang.IllegalArgumentException
listener - The new error listener.java.lang.IllegalArgumentException - if listener is null.
|
|||||||||
| NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||