HomeSort by relevance Sort by last modified time
    Searched defs:setOutputProperty (Results 1 - 25 of 31) sorted by null

1 2

  /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/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 220 public void setOutputProperty(String name, String val);
ToStream.java 587 this.setOutputProperty(key,explicitValue);
    [all...]
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...]
  /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 278 tf.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes"); //$NON-NLS-1$
279 tf.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); //$NON-NLS-1$
280 tf.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
281 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", //$NON-NLS-1$
308 tf.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes"); //$NON-NLS-1$
309 tf.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); //$NON-NLS-1$
310 tf.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
311 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DeviceWriter.java 92 tf.setOutputProperty(OutputKeys.INDENT, "yes");
93 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2");
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/utils/
XmlUtils.java 74 transformer.setOutputProperty(OutputKeys.METHOD, "xml"); //$NON-NLS-1$
75 transformer.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 183 transformer.setOutputProperty(OutputKeys.INDENT, "yes");
  /sdk/device_validator/dvlib/tests/src/com/android/dvlib/
DeviceSchemaTest.java 88 tf.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/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);
  /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 
  /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 
  /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...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 581 tf.setOutputProperty(OutputKeys.INDENT, "yes");
582 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2");
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
AaptUtils.java     [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 577 milliseconds

1 2