Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java207 public final static String rootBogonsFeature = field in Parser
302 theFeatures.put(rootBogonsFeature, truthValue(DEFAULT_ROOT_BOGONS)); in theFeatures.put() argument
338 else if (name.equals(rootBogonsFeature)) rootBogons = value; in setFeature()
DCommandLine.java160 r.setFeature(Parser.rootBogonsFeature, false); in process()