Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java153 r.setFeature(Parser.bogonsEmptyFeature, false); in process()
156 r.setFeature(Parser.bogonsEmptyFeature, true); in process()
DParser.java200 public final static String bogonsEmptyFeature = field in Parser
301 theFeatures.put(bogonsEmptyFeature, truthValue(DEFAULT_BOGONS_EMPTY)); in theFeatures.put() argument
337 else if (name.equals(bogonsEmptyFeature)) bogonsEmpty = value; in setFeature()