HomeSort by relevance Sort by last modified time
    Searched refs:XMLWriter (Results 1 - 25 of 40) sorted by null

1 2

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 212 XMLWriter x;
217 x = new XMLWriter(w);
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 0 // XMLWriter.java - serialize an XML document.
42 * (you can use the XMLWriter to take a snapshot of the current
69 * XMLWriter w = new XMLWriter();
92 * XMLWriter w = new XMLWriter();
252 public class XMLWriter extends XMLFilterImpl implements LexicalHandler
267 public XMLWriter ()
281 public XMLWriter (Writer writer)
295 public XMLWriter (XMLReader xmlreader)
    [all...]
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 57 public class XMLWriter {
66 * Create a new XMLWriter.
69 // public XMLWriter(PrintWriter out) {
70 public XMLWriter(FileWriter out) {
75 * Create a new XMLWriter.
80 // public XMLWriter(PrintWriter out, int tabLength) {
81 public XMLWriter(FileWriter out, int tabLength) {
482 } // end of class XMLWriter
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /external/fonttools/Lib/fontTools/misc/
xmlWriter.py 0 """xmlWriter.py -- Simple XML authoring class"""
11 class XMLWriter(object):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 235 from fontTools.misc import xmlWriter
254 writer = xmlWriter.XMLWriter(fileOrPath, idlefunc=idlefunc)
272 tableWriter = xmlWriter.XMLWriter(tablePath, idlefunc=idlefunc)
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/fonttools/Lib/fontTools/
merge.py 881 from fontTools.misc import xmlWriter
882 writer = xmlWriter.XMLWriter(file)
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 

Completed in 957 milliseconds

1 2