Searched refs:OutputPropertiesFactory (Results 1 – 9 of 9) sorted by relevance
32 import org.apache.xml.serializer.OutputPropertiesFactory;84 OutputPropertiesFactory.getDefaultMethodProperties(method)); in OutputProperties()137 if (key.startsWith(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL)) in setProperty()138 key = OutputPropertiesFactory.S_BUILTIN_EXTENSIONS_UNIVERSAL in setProperty()139 + key.substring(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL_LEN); in setProperty()169 if (key.startsWith(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL)) in getProperty()170 key = OutputPropertiesFactory.S_BUILTIN_EXTENSIONS_UNIVERSAL in getProperty()171 + key.substring(OutputPropertiesFactory.S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL_LEN); in getProperty()324 OutputPropertiesFactory.getDefaultMethodProperties(method); in setMethodDefaults()687 return org.apache.xml.serializer.OutputPropertiesFactory.getDefaultMethodProperties(method); in getDefaultMethodProperties()
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER); in getSerializer()113 OutputPropertiesFactory.getDefaultMethodProperties(method); in getSerializer()115 methodDefaults.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER); in getSerializer()119 new Object[] { OutputPropertiesFactory.S_KEY_CONTENT_HANDLER}); in getSerializer()
84 public final class OutputPropertiesFactory class368 return OutputPropertiesFactory.class in loadPropertiesFile()376 is = OutputPropertiesFactory.class in loadPropertiesFile()
574 value = format.getProperty(OutputPropertiesFactory.S_USE_URL_ESCAPING); in setOutputFormat()578 OutputPropertiesFactory.S_USE_URL_ESCAPING, in setOutputFormat()587 value = format.getProperty(OutputPropertiesFactory.S_OMIT_META_TAG); in setOutputFormat()591 OutputPropertiesFactory.S_OMIT_META_TAG, in setOutputFormat()
502 if (OutputPropertiesFactory.S_KEY_INDENT_AMOUNT.equals(name)) { in setProp()511 if (OutputPropertiesFactory.S_KEY_LINE_SEPARATOR.equals(name)) { in setProp()595 (String) format.get(OutputPropertiesFactory.S_KEY_ENTITIES); in setOutputFormat()
985 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML); in initStreamOutput()
28 import org.apache.xml.serializer.OutputPropertiesFactory;200 (String) m_outputProperties.getProperties().get(OutputPropertiesFactory.S_KEY_ENTITIES); in startElement()208 m_outputProperties.getProperties().put(OutputPropertiesFactory.S_KEY_ENTITIES, absURL); in startElement()
39 import org.apache.xml.serializer.OutputPropertiesFactory;233 Properties configProps = OutputPropertiesFactory.getDefaultMethodProperties("xml"); in LSSerializerImpl()364 OutputPropertiesFactory.S_KEY_INDENT_AMOUNT, Integer.toString(3)); in initializeSerializerProps()
32 import org.apache.xml.serializer.OutputPropertiesFactory;2145 fSerializer.setOutputProperty(OutputPropertiesFactory.S_KEY_LINE_SEPARATOR, fNewLine); in initProperties()