Home
last modified time | relevance | path

Searched refs:setOutputProperty (Results 1 – 10 of 10) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java219 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.java1362 public void setOutputProperty(String key, String value) { in setOutputProperty() method in XMLWriter
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java570 setOutputProperty(OutputKeys.ENCODING,encoding); in setEncoding()
581 setOutputProperty(OutputKeys.OMIT_XML_DECLARATION,val); in setOmitXMLDeclaration()
612 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic); in setDoctypePublic()
634 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctypeSystem()
645 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctype()
646 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic); in setDoctype()
658 setOutputProperty(OutputKeys.STANDALONE, standalone); in setStandalone()
720 setOutputProperty(OutputKeys.VERSION, version); in setVersion()
732 setOutputProperty(OutputKeys.MEDIA_TYPE,mediaType); in setMediaType()
762 setOutputProperty(OutputKeys.INDENT,val); in setIndent()
[all …]
DXSLOutputAttributes.java220 public void setOutputProperty(String name, String val); in setOutputProperty() method
DToStream.java587 this.setOutputProperty(key,explicitValue); in setOutputFormat()
3300 setOutputProperty(OutputKeys.ENCODING,encoding); in setEncoding()
/external/droiddriver/src/io/appium/droiddriver/finders/
DByXPath.java203 transformer.setOutputProperty(OutputKeys.INDENT, "yes"); in dumpDom()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatManifestWriterImpl.java183 transformer.setOutputProperty(OutputKeys.INDENT, "yes"); in getManifest()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java735 public void setOutputProperty(String name, String value) in setOutputProperty() method in TransformerIdentityImpl
DTransformerImpl.java829 public void setOutputProperty(String name, String value) in setOutputProperty() method in TransformerImpl
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java2145 fSerializer.setOutputProperty(OutputPropertiesFactory.S_KEY_LINE_SEPARATOR, fNewLine); in initProperties()