Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java50 private static boolean DEFAULT_ROOT_BOGONS = true; field in Parser
62 private boolean rootBogons = DEFAULT_ROOT_BOGONS;
302 theFeatures.put(rootBogonsFeature, truthValue(DEFAULT_ROOT_BOGONS)); in theFeatures.put() argument