Home | History | Annotate | Download | only in dom3

Lines Matching refs:Properties

29 import java.util.Properties;

96 /** DOMConfiguration Properties */
97 private Properties fDOMConfigProperties = null;
2029 // We are interested in these properties, but they don't have a simple
2046 * @param properties DOMConfiguraiton properties that were set and which are
2049 protected void initProperties(Properties properties) {
2051 for (Enumeration keys = properties.keys(); keys.hasMoreElements();) {
2063 // A quick lookup for the given set of properties (cdata-sections ...)
2080 if ((properties.getProperty(key).endsWith("yes"))) {
2092 // format-pretty-print; set internally on the serializers via xsl:output properties in LSSerializer
2093 if ((properties.getProperty(key).endsWith("yes"))) {
2102 // omit-xml-declaration; set internally on the serializers via xsl:output properties in LSSerializer
2103 if ((properties.getProperty(key).endsWith("yes"))) {
2114 String version = properties.getProperty(key);
2124 String encoding = properties.getProperty(key);
2131 if ((properties.getProperty(key).endsWith("yes"))) {