Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertyUtils.java35 public final class OutputPropertyUtils class
DToHTMLStream.java577 OutputPropertyUtils.getBooleanProperty( in setOutputFormat()
590 OutputPropertyUtils.getBooleanProperty( in setOutputFormat()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java33 import org.apache.xml.serializer.OutputPropertyUtils;
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties); in getBooleanProperty()
284 return OutputPropertyUtils.getIntProperty(key, m_properties); in getIntProperty()