|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterData | |
org.apache.xalan.lib.sql | Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "streamable" result set. |
org.apache.xalan.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. |
org.w3c.dom | Document Object Model level 2 interfaces. |
Uses of CharacterData in org.apache.xalan.lib.sql |
Classes in org.apache.xalan.lib.sql that implement CharacterData | |
class |
ColumnData
Represents the col element text node, i.e., the column value. |
Uses of CharacterData in org.apache.xalan.stree |
Classes in org.apache.xalan.stree that implement CharacterData | |
class |
CDATASectionImpl
**For internal use only** Class to hold information about a CDATASection node |
class |
CommentImpl
**For internal use only** Class to hold information about a comment node |
class |
TextImpl
**For internal use only** Class to hold information about a Text node. |
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 |