Searched defs:FixedParameter (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java54 PARAMETERS.put("canonical-form", new FixedParameter(false));
72 PARAMETERS.put("check-character-normalization", new FixedParameter(false));
108 PARAMETERS.put("element-content-whitespace", new FixedParameter(true));
197 PARAMETERS.put("namespace-declarations", new FixedParameter(true));
202 PARAMETERS.put("normalize-characters", new FixedParameter(false));
269 PARAMETERS.put("validate-if-schema", new FixedParameter(false));
305 static class FixedParameter implements Parameter { class in class:DOMConfigurationImpl
307 FixedParameter(Object onlyValue) { method in class:DOMConfigurationImpl.FixedParameter

Completed in 118 milliseconds