Home
last modified time | relevance | path

Searched refs:XMLWriter (Results 1 – 22 of 22) sorted by relevance

/external/fonttools/Tests/misc/
DxmlWriter_test.py5 from fontTools.misc.xmlWriter import XMLWriter
13 writer = XMLWriter(BytesIO())
18 writer = XMLWriter(BytesIO())
24 writer = XMLWriter(BytesIO())
30 writer = XMLWriter(BytesIO(), encoding="utf8")
36 writer = XMLWriter(BytesIO(), encoding="UTF-8")
42 writer = XMLWriter(BytesIO(), encoding="UTF8")
47 self.assertRaises(Exception, XMLWriter, BytesIO(),
51 writer = XMLWriter(BytesIO())
56 writer = XMLWriter(BytesIO())
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java212 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()
DXMLWriter.java252 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/fonttools/Tests/mtiLib/
Dmti_test.py4 from fontTools.misc.xmlWriter import XMLWriter
187 writer = XMLWriter(StringIO(), newlinestr='\n')
194 writer = XMLWriter(StringIO(), newlinestr='\n')
213 writer = XMLWriter(StringIO(), newlinestr='\n')
/external/fonttools/Tests/ttLib/tables/
D_m_e_t_a_test.py5 from fontTools.misc.xmlWriter import XMLWriter
53 writer = XMLWriter(BytesIO())
74 writer = XMLWriter(BytesIO())
D_f_v_a_r_test.py5 from fontTools.misc.xmlWriter import XMLWriter
82 writer = XMLWriter(BytesIO())
133 writer = XMLWriter(BytesIO())
206 writer = XMLWriter(BytesIO())
225 writer = XMLWriter(BytesIO())
DttProgram_test.py3 from fontTools.misc.xmlWriter import XMLWriter
109 writer = XMLWriter(buf, newlinestr='\n')
D_l_t_a_g_test.py4 from fontTools.misc.xmlWriter import XMLWriter
46 writer = XMLWriter(BytesIO())
D_a_v_a_r_test.py5 from fontTools.misc.xmlWriter import XMLWriter
43 writer = XMLWriter(BytesIO())
DTupleVariation_test.py7 from fontTools.misc.xmlWriter import XMLWriter
103 writer = XMLWriter(BytesIO())
116 writer = XMLWriter(BytesIO())
132 writer = XMLWriter(BytesIO())
148 writer = XMLWriter(BytesIO())
DotTables_test.py6 from fontTools.misc.xmlWriter import XMLWriter
75 writer = XMLWriter(StringIO())
130 writer = XMLWriter(StringIO())
264 writer = XMLWriter(StringIO())
342 writer = XMLWriter(StringIO())
D_n_a_m_e_test.py7 from fontTools.misc.xmlWriter import XMLWriter
214 writer = XMLWriter(BytesIO())
/external/tagsoup/
DCHANGES119 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/
DtestTools.py15 from fontTools.misc.xmlWriter import XMLWriter
104 writer = XMLWriter(BytesIO(), newlinestr=newlinestr)
DxmlWriter.py12 class XMLWriter(object): class
/external/fonttools/Lib/fontTools/ttLib/
DttCollection.py73 writer = xmlWriter.XMLWriter(fileOrPath, newlinestr=newlinestr)
DttFont.py227 writer = xmlWriter.XMLWriter(fileOrPath, newlinestr=newlinestr)
274 tableWriter = xmlWriter.XMLWriter(tablePath,
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py1186 writer = xmlWriter.XMLWriter(sys.stdout)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py149 glyphWriter = xmlWriter.XMLWriter(
/external/fonttools/
DNEWS.rst266 - [xmlWriter] Added context manager to XMLWriter class to autoclose file
989 to ``XMLWriter`` instances).
DPKG-INFO683 - [xmlWriter] Added context manager to XMLWriter class to autoclose file
1406 to ``XMLWriter`` instances).
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO683 - [xmlWriter] Added context manager to XMLWriter class to autoclose file
1406 to ``XMLWriter`` instances).