HomeSort by relevance Sort by last modified time
    Searched refs:setOutputProperty (Results 1 - 24 of 24) 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...]
  /sdk/manifmerger/src/com/android/manifmerger/
XmlUtils.java 240 tf.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes"); //$NON-NLS-1$
241 tf.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); //$NON-NLS-1$
242 tf.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
243 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", //$NON-NLS-1$
267 tf.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes"); //$NON-NLS-1$
268 tf.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); //$NON-NLS-1$
269 tf.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
270 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", //$NON-NLS-1$
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 551 transformer.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
552 transformer.setOutputProperty(OutputKeys.METHOD, "xml"); //$NON-NLS-1$
558 transformer.setOutputProperty("{http://xml.apache.org/xalan}indent-amount", "2"); //$NON-NLS-1$ //$NON-NLS-2$
559 transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2"); //$NON-NLS-1$ //$NON-NLS-2$
562 transformer.setOutputProperty(OutputKeys.ENCODING, encoding);
  /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 594 transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes");
DomTest.java 128 transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java     [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 2216 milliseconds