Searched refs:XMLWriter (Results 1 – 8 of 8) sorted by relevance
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | CommandLine.java | 212 XMLWriter x; in chooseContentHandler() 217 x = new XMLWriter(w); in chooseContentHandler() 219 x.setOutputProperty(XMLWriter.METHOD, "html"); in chooseContentHandler() 220 x.setOutputProperty(XMLWriter.OMIT_XML_DECLARATION, "yes"); in chooseContentHandler() 225 x.setOutputProperty(XMLWriter.METHOD, method); in chooseContentHandler() 231 x.setOutputProperty(XMLWriter.DOCTYPE_PUBLIC, doctype_public); in chooseContentHandler() 237 x.setOutputProperty(XMLWriter.DOCTYPE_SYSTEM, doctype_system); in chooseContentHandler() 244 x.setOutputProperty(XMLWriter.ENCODING, theOutputEncoding); in chooseContentHandler() 248 x.setOutputProperty(XMLWriter.OMIT_XML_DECLARATION, "yes"); in chooseContentHandler()
|
D | XMLWriter.java | 252 public class XMLWriter extends XMLFilterImpl implements LexicalHandler class 266 public XMLWriter () in XMLWriter() method in XMLWriter 280 public XMLWriter (Writer writer) in XMLWriter() method in XMLWriter 294 public XMLWriter (XMLReader xmlreader) in XMLWriter() method in XMLWriter 312 public XMLWriter (XMLReader xmlreader, Writer writer) in XMLWriter() method in XMLWriter
|
/external/xmlwriter/src/org/jheer/ |
D | XMLWriter.java | 57 public class XMLWriter { class 70 public XMLWriter(FileWriter out) { in XMLWriter() method in XMLWriter 81 public XMLWriter(FileWriter out, int tabLength) { in XMLWriter() method in XMLWriter
|
/external/tagsoup/ |
D | CHANGES | 119 XMLWriter is now told directly to use the schema's URI as default namespace 120 XMLWriter now takes the element name from the qname if localname is empty 148 Removed htmlMode in XMLWriter 264 PYXWriter and XMLWriter now implement LexicalHandler. 268 (XMLWriter prints comments, ignores CDATA sections; PYXWriter ignores all). 272 HTMLWriter is gone in favor of an extended XMLWriter with get/setHTMLMode methods. 293 Incorporated patch for Megginson XMLWriter support by Joseph Walton. 294 Changed existing XMLWriter to HTMLWriter.
|
/external/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 11 class XMLWriter(object): class
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | __init__.py | 254 writer = xmlWriter.XMLWriter(fileOrPath, idlefunc=idlefunc) 272 tableWriter = xmlWriter.XMLWriter(tablePath, idlefunc=idlefunc)
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 882 writer = xmlWriter.XMLWriter(file)
|
D | subset.py | 2108 writer = xmlWriter.XMLWriter(file)
|