Searched refs:CDATAElementsFeature (Results 1 – 3 of 3) sorted by relevance
246 public final static String CDATAElementsFeature = field in Parser307 theFeatures.put(CDATAElementsFeature, truthValue(DEFAULT_CDATA_ELEMENTS)); in theFeatures.put() argument343 else if (name.equals(CDATAElementsFeature)) CDATAElements = value; in setFeature()
141 r.setFeature(Parser.CDATAElementsFeature, false); in process()
40 Setting CDATAElementsFeature didn't really set CDATAElements instance variable46 Added CDATAElementsFeature, the programmatic equivalent of the --nocdata switch