Home | History | Annotate | Download | only in domts

Lines Matching defs:setting

50      * Applies setting to LSParser
52 * @param setting setting
54 * @throws DOMTestIncompatibleException if parser does not support setting
56 public abstract void applySetting(DocumentBuilderSetting setting,
61 * Gets state of setting for parser
64 * @return state of setting
71 * Represents a fixed setting, for example, all Java implementations
82 * @param settingName setting name
90 * Apply setting. Throws exception if requested setting
93 public void applySetting(DocumentBuilderSetting setting, Object parser) throws
95 if (setting.getValue() != fixedValue) {
96 throw new DOMTestIncompatibleException(null, setting);
101 * Gets fixed value for setting
109 * A strategy for a setting that can be applied by setting a DOMConfiguration
123 * of the setting value
130 protected static void setParameter(DocumentBuilderSetting setting,
145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting);
148 throw new DOMTestIncompatibleException(ex, setting);
163 * Apply setting
165 public void applySetting(DocumentBuilderSetting setting, Object parser) throws
168 setParameter(setting, parser, lsParameter,
169 new Boolean(!setting.getValue()));
172 setParameter(setting, parser, lsParameter, new Boolean(setting.getValue()));
177 * Get value of setting
213 * Apply setting
215 public void applySetting(DocumentBuilderSetting setting, Object parser) throws
217 super.applySetting(setting, parser);
222 * Get setting value