HomeSort by relevance Sort by last modified time
    Searched defs:PARAMETERS (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 35 private static final Map<String, Parameter> PARAMETERS
43 * parameters:
51 * Setting these parameters to another value shall revert the canonical
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()
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 62 milliseconds