Uses of Interface org.w3c.dom.CDATASection

Uses in package gnu.xml.libxmlj.dom

Methods with return type org.w3c.dom.CDATASection

CDATASection

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.CDATASection

class
"CDATASection" implementation.

Methods with return type org.w3c.dom.CDATASection

CDATASection
DomDocument.createCDATASection(char[] buf, int off, int len)
Returns a newly created CDATA section node with the specified value.
CDATASection
DOM L1 Returns a newly created CDATA section node with the specified value.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.CDATASection

CDATASection
Creates a CDATASection node whose value is the specified string.