HomeSort by relevance Sort by last modified time
    Searched full:setoutputproperty (Results 1 - 25 of 34) sorted by null

1 2

  /external/smack/asmack-master/patch/
23-strip-unused-xml-transform.patch 32 - transformer.setOutputProperty(OutputKeys.INDENT, "yes");
33 - transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "3");
  /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...]
  /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
OutputKeys.java 47 * then {@link javax.xml.transform.Transformer#setOutputProperty}
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
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...]
XSLOutputAttributes.java 220 public void setOutputProperty(String name, String val);
ToStream.java 587 this.setOutputProperty(key,explicitValue);
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByXPath.java 175 transformer.setOutputProperty(OutputKeys.INDENT, "yes");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 61 exec.setOutputproperty(RUN_EXEC_TASK_OUTPUT);
  /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-jsch.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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 583 tf.setOutputProperty(OutputKeys.INDENT, "yes");
584 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2");
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 183 transformer.setOutputProperty(OutputKeys.INDENT, "yes");
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java     [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 

Completed in 1249 milliseconds

1 2