Searched refs:PARAMETERS (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DOMConfigurationImpl.java | 35 private static final Map<String, Parameter> PARAMETERS field in DOMConfigurationImpl 54 PARAMETERS.put("canonical-form", new FixedParameter(false)); 60 PARAMETERS.put("cdata-sections", new BooleanParameter() { 72 PARAMETERS.put("check-character-normalization", new FixedParameter(false)); 77 PARAMETERS.put("comments", new BooleanParameter() { 90 PARAMETERS.put("datatype-normalization", new BooleanParameter() { 108 PARAMETERS.put("element-content-whitespace", new FixedParameter(true)); 113 PARAMETERS.put("entities", new BooleanParameter() { 125 PARAMETERS.put("error-handler", new Parameter() { 151 PARAMETERS.put("infoset", new BooleanParameter() { [all …]
|