Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java51 private static boolean DEFAULT_DEFAULT_ATTRIBUTES = true; field in Parser
63 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES;
303 theFeatures.put(defaultAttributesFeature, truthValue(DEFAULT_DEFAULT_ATTRIBUTES)); in theFeatures.put() argument