HomeSort by relevance Sort by last modified time
    Searched defs:getOutputFormat (Results 1 - 6 of 6) sorted by null

  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Serializer.java 176 public Properties getOutputFormat();
ToTextSAXHandler.java 99 * @see Serializer#getOutputFormat()
101 public Properties getOutputFormat()
ToXMLSAXHandler.java 61 * @see Serializer#getOutputFormat()
63 public Properties getOutputFormat()
ToUnknownStream.java 167 * @see Serializer#getOutputFormat()
170 public Properties getOutputFormat()
172 return m_handler.getOutputFormat();
    [all...]
ToStream.java 617 public Properties getOutputFormat() {
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 723 OutputProperties props = getOutputFormat();
754 OutputProperties props = getOutputFormat();
914 return (Properties) getOutputFormat().getProperties().clone();
933 createSerializationHandler(outputTarget, getOutputFormat());
    [all...]

Completed in 268 milliseconds