|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDATASection | |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
org.w3c.dom | The Document Object Model (DOM) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. |
Uses of CDATASection in com.sun.xml.tree |
Methods in com.sun.xml.tree that return CDATASection | |
CDATASection |
XmlDocument.createCDATASection(java.lang.String text)
DOM: Returns a CDATA section initialized with the given text. |
Uses of CDATASection in org.w3c.dom |
Methods in org.w3c.dom that return CDATASection | |
CDATASection |
Document.createCDATASection(java.lang.String data)
Creates a CDATASection node whose value is
the specified string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |