Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java246 public final static String CDATAElementsFeature = field in Parser
307 theFeatures.put(CDATAElementsFeature, truthValue(DEFAULT_CDATA_ELEMENTS)); in theFeatures.put() argument
343 else if (name.equals(CDATAElementsFeature)) CDATAElements = value; in setFeature()
DCommandLine.java141 r.setFeature(Parser.CDATAElementsFeature, false); in process()
/external/tagsoup/
DCHANGES40 Setting CDATAElementsFeature didn't really set CDATAElements instance variable
46 Added CDATAElementsFeature, the programmatic equivalent of the --nocdata switch