Searched refs:rootBogonsFeature (Results 1 – 2 of 2) sorted by relevance
207 public final static String rootBogonsFeature = field in Parser302 theFeatures.put(rootBogonsFeature, truthValue(DEFAULT_ROOT_BOGONS)); in theFeatures.put() argument338 else if (name.equals(rootBogonsFeature)) rootBogons = value; in setFeature()
160 r.setFeature(Parser.rootBogonsFeature, false); in process()