Home
last modified time | relevance | path

Searched refs:getDefaultMethodProperties (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java84 OutputPropertiesFactory.getDefaultMethodProperties(method)); in OutputProperties()
324 OutputPropertiesFactory.getDefaultMethodProperties(method); in setMethodDefaults()
685 static public Properties getDefaultMethodProperties(String method) in getDefaultMethodProperties() method in OutputProperties
687 return org.apache.xml.serializer.OutputPropertiesFactory.getDefaultMethodProperties(method); in getDefaultMethodProperties()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerFactory.java113 OutputPropertiesFactory.getDefaultMethodProperties(method); in getSerializer()
DOutputPropertiesFactory.java252 static public final Properties getDefaultMethodProperties(String method) in getDefaultMethodProperties() method in OutputPropertiesFactory
DToUnknownStream.java985 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML); in initStreamOutput()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java233 Properties configProps = OutputPropertiesFactory.getDefaultMethodProperties("xml"); in LSSerializerImpl()