Uses of Class
org.dom4j.tree.AbstractCharacterData
Packages that use AbstractCharacterData
Package
Description
An implementation of the dom4j API which also supports the W3C object model.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
-
Uses of AbstractCharacterData in org.dom4j.dom
Subclasses of AbstractCharacterData in org.dom4j.domModifier and TypeClassDescriptionclassDOMCDATAimplements a CDATA Section which supports the W3C DOM API.classDOMTextimplements a Text node which supports the W3C DOM API.classDOMTextimplements a Text node which supports the W3C DOM API. -
Uses of AbstractCharacterData in org.dom4j.tree
Subclasses of AbstractCharacterData in org.dom4j.treeModifier and TypeClassDescriptionclassAbstractCDATAis an abstract base class for tree implementors to use for implementation inheritence.classAbstractCommentis an abstract base class for tree implementors to use for implementation inheritence.classAbstractTextis an abstract base class for tree implementors to use for implementation inheritence.classDefaultCDATAis the default CDATA implementation.classDefaultCommentis the default Comment implementation.classDefaultTextis the default Text implementation.classFlyweightCDATAis a Flyweight pattern implementation of a singly linked, read-only XML CDATA.classFlyweightCommentis a Flyweight pattern implementation of a singly linked, read-only XML Comment.classFlyweightTextis a Flyweight pattern implementation of a singly linked, read-only XML Text.