Searched defs:getDefaultMethodProperties (Results 1 - 2 of 2) sorted by relevance

/external/apache-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);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertiesFactory.java252 static public final Properties getDefaultMethodProperties(String method) method in class:OutputPropertiesFactory

Completed in 100 milliseconds