Searched refs:getSerializer (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSerializerFactoryImpl.java63 serializer = getSerializer( format );
75 serializer = getSerializer( format );
87 serializer = getSerializer( format );
93 private Serializer getSerializer( OutputFormat format ) method in class:SerializerFactoryImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DXML_SAX_FI.java46 SAXDocumentSerializer documentSerializer = getSerializer(finf);
66 SAXDocumentSerializer documentSerializer = getSerializer(finf);
82 private SAXDocumentSerializer getSerializer(OutputStream finf) { method in class:XML_SAX_FI
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerFactory.java38 * The properties object passed to the getSerializer() method should be created by
93 public static Serializer getSerializer(Properties format) method in class:SerializerFactory
H A DToUnknownStream.java1017 SerializerFactory.getSerializer(htmlProperties);

Completed in 32 milliseconds