Searched refs:newXMLFilter (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/javax/xml/transform/sax/
H A DSAXTransformerFactory.java56 * the {@link #newXMLFilter(Source src)}
57 * and {@link #newXMLFilter(Templates templates)} methods are supported.
135 public abstract XMLFilter newXMLFilter(Source src) method in class:SAXTransformerFactory
148 public abstract XMLFilter newXMLFilter(Templates templates) method in class:SAXTransformerFactory
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSmartTransformerFactoryImpl.java412 public XMLFilter newXMLFilter(Source src) method in class:SmartTransformerFactoryImpl
425 return newXMLFilter(templates);
433 public XMLFilter newXMLFilter(Templates templates) method in class:SmartTransformerFactoryImpl
H A DTransformerFactoryImpl.java1043 public XMLFilter newXMLFilter(Source src) method in class:TransformerFactoryImpl
1048 return newXMLFilter(templates);
1060 public XMLFilter newXMLFilter(Templates templates) method in class:TransformerFactoryImpl

Completed in 221 milliseconds