Searched refs:getOutputFormat (Results 1 - 9 of 9) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DSerializer.java176 public Properties getOutputFormat(); method in interface:Serializer
H A DToTextSAXHandler.java99 * @see Serializer#getOutputFormat()
101 public Properties getOutputFormat() method in class:ToTextSAXHandler
H A DToUnknownStream.java167 * @see Serializer#getOutputFormat()
170 public Properties getOutputFormat() method in class:ToUnknownStream
172 return m_handler.getOutputFormat();
H A DToXMLSAXHandler.java61 * @see Serializer#getOutputFormat()
63 public Properties getOutputFormat() method in class:ToXMLSAXHandler
H A DToStream.java617 public Properties getOutputFormat() { method in class:ToStream
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java73 Properties prevProperties = transformer.getOutputFormat().getProperties();
H A DTransformerImpl.java723 OutputProperties props = getOutputFormat();
754 OutputProperties props = getOutputFormat();
914 return (Properties) getOutputFormat().getProperties().clone();
933 createSerializationHandler(outputTarget, getOutputFormat());
1358 public OutputProperties getOutputFormat() method in class:TransformerImpl
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java939 serializer.getOutputFormat().setProperty("version", xmlVersion);
1125 serializer.getOutputFormat().setProperty("version", xmlVersion);
1229 serializer.getOutputFormat().setProperty("version", xmlVersion);
H A DDOM3TreeWalker.java219 fDOMConfigProperties = fSerializer.getOutputFormat();

Completed in 84 milliseconds