java.lang.Object | +--javax.xml.transform.Transformer
Default constructor, for use only by subclasses. |
void | Clears all parameter settings. |
Returns the error handler used as documents are transformed. | |
java.util.Properties | Returns a copy of the transformer's non-default output properties. |
java.lang.String | getOutputProperty(java.lang.String name) Returns the value of a property applying to this transform. |
java.lang.Object | getParameter(java.lang.String name) Returns the value of a parameter passed to this transform. |
Returns the resolver applied to documents being transformed. | |
void | setErrorListener(ErrorListener listener) Assigns the error handler used as documents are transformed. |
void | setOutputProperties(java.util.Properties outputformat) Assigns a set of output properties, as if made by multiple calls to #setOutputProperty. |
void | setOutputProperty(java.lang.String name, java.lang.String value) Assigns the value of a transformation property, affecting generation of output (mostly text syntax). |
void | setParameter(java.lang.String name, java.lang.Object value) Assigns the value of a parameter passed to this transform. |
void | setURIResolver(URIResolver resolver) Assigns the resolver applied to documents being transformed. |
void | transform(Source source, Result result) Apply the appropriate transformation |
protected Transformer()
public void clearParameters()
setParameter
public ErrorListener getErrorListener()
public Properties getOutputProperties()
OutputKeys
setOutputProperties
public String getOutputProperty(java.lang.String name)
OutputKeys
setOutputProperty
public Object getParameter(java.lang.String name)
setParameter
public URIResolver getURIResolver()
public void setErrorListener(ErrorListener listener)
public void setOutputProperties(java.util.Properties outputformat)
OutputKeys
public void setOutputProperty(java.lang.String name, java.lang.String value)
OutputKeys
getOutputProperty
setOutputProperties
public void setParameter(java.lang.String name, java.lang.Object value)
getParameter
clearParameters
public void setURIResolver(URIResolver resolver)
public void transform(Source source, Result result)