Home | History | Annotate | Download | only in dom3

Lines Matching refs:CDATASection

39 import org.w3c.dom.CDATASection;

426 serializeCDATASection((CDATASection) node);
911 * Serializes an CDATASection Node.
913 * @param node The CDATASection Node to serialize
915 protected void serializeCDATASection(CDATASection node)
1574 * Checks if an CDATASection node is well-formed, by checking it's data
1576 * in the contents of a CDATASection is handled by the parameter
1581 protected void isCDATASectionWellFormed(CDATASection node) {