Uses of Class
org.apache.xerces.dom.CharacterDataImpl

Packages that use CharacterDataImpl
org.apache.xerces.dom   
 

Uses of CharacterDataImpl in org.apache.xerces.dom
 

Subclasses of CharacterDataImpl in org.apache.xerces.dom
 class CDATASectionImpl
          XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
 class CommentImpl
          Represents an XML (or HTML) comment.
 class DeferredCDATASectionImpl
          XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
 class DeferredCommentImpl
          Represents an XML (or HTML) comment.
 class DeferredTextImpl
          Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
 class TextImpl
          Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
 



Copyright © 1999 Apache XML Project. All Rights Reserved.