HomeSort by relevance Sort by last modified time
    Searched refs:setOutputProperty (Results 1 - 19 of 19) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 220 public void setOutputProperty(String name, String val);
SerializerBase.java 570 setOutputProperty(OutputKeys.ENCODING,encoding);
581 setOutputProperty(OutputKeys.OMIT_XML_DECLARATION,val);
612 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic);
634 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem);
645 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem);
646 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic);
658 setOutputProperty(OutputKeys.STANDALONE, standalone);
720 setOutputProperty(OutputKeys.VERSION, version);
732 setOutputProperty(OutputKeys.MEDIA_TYPE,mediaType);
762 setOutputProperty(OutputKeys.INDENT,val)
    [all...]
ToStream.java 587 this.setOutputProperty(key,explicitValue);
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 231 * property in that was set by {@link #setOutputProperty},
235 * that were explicitly set by {@link #setOutputProperty},
283 public abstract void setOutputProperty(String name, String value)
289 * that was set with setOutputProperty, or it may be a
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 219 x.setOutputProperty(XMLWriter.METHOD, "html");
220 x.setOutputProperty(XMLWriter.OMIT_XML_DECLARATION, "yes");
225 x.setOutputProperty(XMLWriter.METHOD, method);
231 x.setOutputProperty(XMLWriter.DOCTYPE_PUBLIC, doctype_public);
237 x.setOutputProperty(XMLWriter.DOCTYPE_SYSTEM, doctype_system);
244 x.setOutputProperty(XMLWriter.ENCODING, theOutputEncoding);
248 x.setOutputProperty(XMLWriter.OMIT_XML_DECLARATION, "yes");
XMLWriter.java     [all...]
  /cts/tools/utils/
DescriptionGenerator.java 279 t.setOutputProperty("indent", "yes");
280 t.setOutputProperty("{http://xml.apache.org/xslt}indent-amount","4");
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 684 * property in that was set by {@link #setOutputProperty},
688 * that were explicitly set by {@link #setOutputProperty},
735 public void setOutputProperty(String name, String value)
749 * that was set with setOutputProperty, or it may be a
    [all...]
TransformerImpl.java 706 * that was set with setOutputProperty, or it may be a
788 * tran.setOutputProperty("standalone", "yes");
798 * tran.setOutputProperty(
818 * tran.setOutputProperty(
827 public void setOutputProperty(String name, String value)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 596 transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes");
DomTest.java 129 transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java     [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1107 milliseconds