Home | History | Annotate | Download | only in sax

Lines Matching refs:Templates

23 import javax.xml.transform.Templates;
31 * one for creating Transformers, the other for creating Templates
53 * and {@link #newXMLFilter(Templates templates)} methods are supported.
80 * ContentHandler events into a Result, based on the Templates argument.
82 * @param templates The compiled transformation instructions.
90 Templates templates) throws TransformerConfigurationException;
109 * ContentHandler events into a Templates object.
135 * Create an XMLFilter, based on the Templates argument..
137 * @param templates The compiled transformation instructions.
144 public abstract XMLFilter newXMLFilter(Templates templates)