Searched refs:restartElementsFeature (Results 1 – 2 of 2) sorted by relevance
228 public final static String restartElementsFeature = field in Parser305 theFeatures.put(restartElementsFeature, truthValue(DEFAULT_RESTART_ELEMENTS)); in theFeatures.put() argument341 else if (name.equals(restartElementsFeature)) restartElements = value; in setFeature()
171 r.setFeature(Parser.restartElementsFeature, false); in process()