Searched defs:CDATASection (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DCDATASection.java27 * <p>The <code>CDATASection</code> interface inherits from the
29 * interface. Adjacent <code>CDATASection</code> nodes are not merged by use
39 * <code>CDATASection</code>, character numeric references cannot be used as
41 * when serializing a <code>CDATASection</code> with a character encoding
53 public interface CDATASection extends Text { interface in inherits:Text

Completed in 2341 milliseconds