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

/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java84 OutputPropertiesFactory.getDefaultMethodProperties(method));
324 OutputPropertiesFactory.getDefaultMethodProperties(method);
683 * getDefaultMethodProperties directly.
685 static public Properties getDefaultMethodProperties(String method) method in class:OutputProperties
687 return org.apache.xml.serializer.OutputPropertiesFactory.getDefaultMethodProperties(method);
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DSerializerFactory.java113 OutputPropertiesFactory.getDefaultMethodProperties(method);
H A DOutputPropertiesFactory.java252 static public final Properties getDefaultMethodProperties(String method) method in class:OutputPropertiesFactory
H A DToUnknownStream.java985 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML);
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java233 Properties configProps = OutputPropertiesFactory.getDefaultMethodProperties("xml");

Completed in 83 milliseconds