Home | History | Annotate | Download | only in dom

Lines Matching defs:PARAMETERS

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() {
125 PARAMETERS.put("error-handler", new Parameter() {
148 * Querying this returns true if all of the above parameters have the
151 PARAMETERS.put("infoset", new BooleanParameter() {
181 PARAMETERS.put("namespaces", new BooleanParameter() {
197 PARAMETERS.put("namespace-declarations", new FixedParameter(true));
202 PARAMETERS.put("normalize-characters", new FixedParameter(false));
208 PARAMETERS.put("schema-location", new Parameter() {
224 PARAMETERS.put("schema-type", new Parameter() {
240 PARAMETERS.put("split-cdata-sections", new BooleanParameter() {
255 PARAMETERS.put("validate", new BooleanParameter() {
269 PARAMETERS.put("validate-if-schema", new FixedParameter(false));
275 PARAMETERS.put("well-formed", new BooleanParameter() {
331 Parameter parameter = PARAMETERS.get(name);
336 Parameter parameter = PARAMETERS.get(name);
352 Parameter parameter = PARAMETERS.get(name);
360 final String[] result = PARAMETERS.keySet().toArray(new String[PARAMETERS.size()]);
369 return PARAMETERS.containsKey(str); // case-insensitive.
377 * following "supported" parameters: datatype-normalization, entities,