Searched refs:defaultAttributesFeature (Results 1 – 2 of 2) sorted by relevance
214 public final static String defaultAttributesFeature = field in Parser303 theFeatures.put(defaultAttributesFeature, truthValue(DEFAULT_DEFAULT_ATTRIBUTES)); in theFeatures.put() argument339 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value; in setFeature()
164 r.setFeature(Parser.defaultAttributesFeature, false); in process()