Home | History | Annotate | Download | only in domts

Lines Matching refs:strategy

33    * strategy used to set or get property value.
35 private final DocumentBuilderSettingStrategy strategy;
204 * @param strategy strategy, may not be null
209 DocumentBuilderSettingStrategy strategy) {
215 this.strategy = strategy;
232 return strategy.hasConflict(other.strategy);
241 return strategy.hasSetting(factory) == value;
252 strategy.applySetting(factory, value);