Searched refs:Templates (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/javax/xml/transform/
H A DTemplates.java37 * <p>Templates must be threadsafe for a given instance
41 public interface Templates { interface
44 * Create a new transformation context for this Templates object.
56 * without mutating the Templates object, and then handed in to
74 * Value Templates</a> attribute values will
76 * namespace prefixes inside Attribute Value Templates will be unexpanded,
H A DTransformerFactory.java31 * {@link javax.xml.transform.Templates} objects.</p>
205 * Process the Source into a Templates object, which is a
206 * a compiled representation of the source. This Templates object
208 * a Templates object allows the TransformerFactory to do detailed
214 * @return A Templates object capable of being used for transformation
218 * construct the Templates object fails.
220 public abstract Templates newTemplates(Source source)
/openjdk7/jaxp/src/javax/xml/transform/sax/
H A DTemplatesHandler.java34 * parse events (parsing transformation instructions) into a Templates object.
42 * for the parsing of transformation instructions, it creates a Templates object,
45 * @return The Templates object that was created during
46 * the SAX event process, or null if no Templates object has
50 public Templates getTemplates();
53 * Set the base ID (URI or system ID) for the Templates object
H A DSAXTransformerFactory.java35 * one for creating Transformers, the other for creating Templates
57 * and {@link #newXMLFilter(Templates templates)} methods are supported.
84 * ContentHandler events into a Result, based on the Templates argument.
94 Templates templates) throws TransformerConfigurationException;
113 * ContentHandler events into a Templates object.
139 * Create an XMLFilter, based on the Templates argument..
148 public abstract XMLFilter newXMLFilter(Templates templates)
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTrAXFilter.java35 import javax.xml.transform.Templates;
55 private Templates _templates;
60 public TrAXFilter(Templates templates) throws
H A DSmartTransformerFactoryImpl.java30 import javax.xml.transform.Templates;
51 * transformer factory for the creation of Templates objects
77 * to return Templates objects; and uses
304 * Create a Templates object that from the input stylesheet
307 * @return A Templates object.
309 public Templates newTemplates(Source source)
327 * events into a Templates object. Uses the
391 public TransformerHandler newTransformerHandler(Templates templates)
423 Templates templates = _xsltcFactory.newTemplates(src);
433 public XMLFilter newXMLFilter(Templates template
[all...]
H A DTemplatesHandlerImpl.java28 import javax.xml.transform.Templates;
84 * The created Templates object.
147 * creates a Templates object, which the caller can get once the SAX
149 * @return The Templates object that was created during the SAX event
150 * process, or null if no Templates object has been created.
152 public Templates getTemplates() {
H A DTemplatesImpl.java36 import javax.xml.transform.Templates;
55 public final class TemplatesImpl implements Templates, Serializable {
80 * this Templates is created or when it is read back from disk.
409 * Implements JAXP's Templates.newTransformer()
432 * Implements JAXP's Templates.getOutputProperties(). We need to
H A DTransformerFactoryImpl.java48 import javax.xml.transform.Templates;
106 * the Templates or Transformer objects that we create.
111 * This URIResolver is passed to all created Templates and Transformers
556 * Templates and Transformer objects created using this factory
566 * this does not affect Templates and Transformers that are already
570 * Templates and Transformer objects created using this factory
696 * Process the Source into a Templates object, which is a a compiled
701 * @return A Templates object that can be used to create Transformers.
707 final Templates templates = newTemplates(source);
760 * Process the Source into a Templates objec
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java36 import javax.xml.transform.Templates;
97 // The Templates object that is used to create this Translet instance
98 protected Templates _templates = null;
746 public Templates getTemplates() {
750 public void setTemplates(Templates templates) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java39 import javax.xml.transform.Templates;
747 Templates stylesheet = null;

Completed in 566 milliseconds