Searched refs:OMIT_XML_DECLARATION (Results 1 – 8 of 8) sorted by relevance
220 x.setOutputProperty(XMLWriter.OMIT_XML_DECLARATION, "yes"); in chooseContentHandler()248 x.setOutputProperty(XMLWriter.OMIT_XML_DECLARATION, "yes"); in chooseContentHandler()
505 if (!("yes".equals(outputProperties.getProperty(OMIT_XML_DECLARATION, "no")))) { in startDocument()1404 public static final String OMIT_XML_DECLARATION = "omit-xml-declaration"; field in XMLWriter
124 m_outputProperties.setBooleanProperty(OutputKeys.OMIT_XML_DECLARATION, newValue); in setOmitXmlDeclaration()
656 || key.equals(OutputKeys.OMIT_XML_DECLARATION) in isLegalPropertyKey()
581 setOutputProperty(OutputKeys.OMIT_XML_DECLARATION,val); in setOmitXMLDeclaration()
523 if (OutputKeys.OMIT_XML_DECLARATION.equals(name)) { in setProp()
149 Added support for XSLT output options METHOD=html and OMIT_XML_DECLARATION=yes
2008 transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes"); in printDOMTree()