Searched refs:rootBogonsFeature (Results 1 - 2 of 2) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java160 r.setFeature(Parser.rootBogonsFeature, false);
H A DParser.java206 public final static String rootBogonsFeature = field in class:Parser
301 theFeatures.put(rootBogonsFeature, truthValue(DEFAULT_ROOT_BOGONS));
337 else if (name.equals(rootBogonsFeature)) rootBogons = value;

Completed in 3290 milliseconds