Searched refs:m_outputProperties (Results 1 – 2 of 2) sorted by relevance
45 private OutputProperties m_outputProperties; field in ProcessorOutputElem54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue); in setCdataSectionElements()64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue); in setDoctypePublic()74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue); in setDoctypeSystem()84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue); in setEncoding()94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue); in setIndent()104 m_outputProperties.setProperty(OutputKeys.MEDIA_TYPE, newValue); in setMediaType()114 m_outputProperties.setQNameProperty(OutputKeys.METHOD, newValue); in setMethod()124 m_outputProperties.setBooleanProperty(OutputKeys.OMIT_XML_DECLARATION, newValue); in setOmitXmlDeclaration()134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue); in setStandalone()[all …]
206 return m_outputProperties.getProperties(); in getDefaultOutputProps()288 m_outputProperties = new OutputProperties(org.apache.xml.serializer.Method.UNKNOWN); in recompose()326 m_outputProperties.compose(this); in recompose()327 m_outputProperties.endCompose(this); in recompose()491 private OutputProperties m_outputProperties; field in StylesheetRoot502 m_outputProperties.copyFrom(oprops); in recomposeOutput()521 return m_outputProperties; in getOutputComposed()