HomeSort by relevance Sort by last modified time
    Searched refs:getDefaultMethodProperties (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 84 OutputPropertiesFactory.getDefaultMethodProperties(method));
324 OutputPropertiesFactory.getDefaultMethodProperties(method);
683 * getDefaultMethodProperties directly.
685 static public Properties getDefaultMethodProperties(String method)
687 return org.apache.xml.serializer.OutputPropertiesFactory.getDefaultMethodProperties(method);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 113 OutputPropertiesFactory.getDefaultMethodProperties(method);
OutputPropertiesFactory.java 252 static public final Properties getDefaultMethodProperties(String method)
ToUnknownStream.java 985 OutputPropertiesFactory.getDefaultMethodProperties(Method.HTML);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 233 Properties configProps = OutputPropertiesFactory.getDefaultMethodProperties("xml");
    [all...]

Completed in 120 milliseconds