Home
last modified time | relevance | path

Searched refs:OutputPropertiesFactory (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java32 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()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerFactory.java106 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()
DOutputPropertiesFactory.java84 public final class OutputPropertiesFactory class
368 return OutputPropertiesFactory.class in loadPropertiesFile()
376 is = OutputPropertiesFactory.class in loadPropertiesFile()
DToHTMLStream.java574 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()
DToStream.java502 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()
DToUnknownStream.java985 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML); in initStreamOutput()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java28 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()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java39 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()
DDOM3TreeWalker.java32 import org.apache.xml.serializer.OutputPropertiesFactory;
2145 fSerializer.setOutputProperty(OutputPropertiesFactory.S_KEY_LINE_SEPARATOR, fNewLine); in initProperties()