Home
last modified time | relevance | path

Searched refs:getOutputPropertyDefault (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java206 public String getOutputPropertyDefault(String name); in getOutputPropertyDefault() method
DSerializerBase.java1555 val = getOutputPropertyDefault(name); in getOutputProperty()
1591 public String getOutputPropertyDefault(String name) { in getOutputPropertyDefault() method in SerializerBase
DToStream.java418 … final String oldDefaultEncoding = getOutputPropertyDefault(OutputKeys.ENCODING); in setProp()
624 String val = getOutputPropertyDefault(key); in getOutputFormat()