|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterData | |
gnu.xml.dom | This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). |
org.w3c.dom | Contains the core and "XML" feature set of the DOM Level 2 Recommendation. |
Uses of CharacterData in gnu.xml.dom |
Classes in gnu.xml.dom that implement CharacterData | |
class |
DomCDATA
"CDATASection" implementation. |
class |
DomCharacterData
Abstract "CharacterData" implementation. |
class |
DomComment
"Comment" implementation. |
class |
DomText
"Text" implementation. |
Uses of CharacterData in org.w3c.dom |
Subinterfaces of CharacterData in org.w3c.dom | |
interface |
CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. |
interface |
Comment
This interface inherits from CharacterData and represents the
content of a comment, i.e., all the characters between the starting '
<!-- ' and ending '--> '. |
interface |
Text
The Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element or Attr . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.