HomeSort by relevance Sort by last modified time
    Searched refs:bogonsEmptyFeature (Results 1 - 2 of 2) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 153 r.setFeature(Parser.bogonsEmptyFeature, false);
156 r.setFeature(Parser.bogonsEmptyFeature, true);
Parser.java 199 public final static String bogonsEmptyFeature =
300 theFeatures.put(bogonsEmptyFeature, truthValue(DEFAULT_BOGONS_EMPTY));
336 else if (name.equals(bogonsEmptyFeature)) bogonsEmpty = value;
    [all...]

Completed in 37 milliseconds