public class StringTransformerImpl extends TransformerImpl
Modifier and Type | Field and Description |
---|---|
protected LineMap |
_lineMap |
_cacheDepends, _parameters, _properties, _stylesheet, CACHE_DEPENDS, GENERATE_LOCATION, L, LINE_MAP
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.String name) |
java.lang.String |
transform(java.io.InputStream source) |
java.lang.String |
transform(org.w3c.dom.Node node)
Transform a node, producing an output string.
|
java.lang.String |
transform(java.lang.String systemId) |
java.lang.String |
transformString(java.lang.String source) |
addCacheDepend, addCacheDepend, addFunction, clearParameters, getCacheDepends, getErrorListener, getFeature, getOutputProperties, getOutputProperty, getParameter, getStylesheet, getURIResolver, parseDocument, parseDocument, parseDocument, parseStringDocument, setErrorListener, setFeature, setOutputProperties, setOutputProperty, setParameter, setProperty, setURIResolver, transform, transform, transform, transform, transform
protected LineMap _lineMap
public java.lang.Object getProperty(java.lang.String name)
getProperty
in class TransformerImpl
public java.lang.String transform(java.io.InputStream source) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public java.lang.String transform(java.lang.String systemId) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public java.lang.String transformString(java.lang.String source) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public java.lang.String transform(org.w3c.dom.Node node) throws org.xml.sax.SAXException, java.io.IOException
node
- the input node to transformorg.xml.sax.SAXException
java.io.IOException