| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CharacterData | |
| org.dom4j | Defines the XML Document Object Model in Java interfaces together with some helper classes. | 
| org.dom4j.dom | An implementation of the dom4j API which also supports the W3C object model. | 
| org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. | 
| org.dom4j.tree | 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. | 
| org.dom4j.util | A collection of utility classes for the dom4j API. | 
| Uses of CharacterData in org.dom4j | 
| Subinterfaces of CharacterData in org.dom4j | |
|  interface | CDATACDATAdefines an XML CDATA section. | 
|  interface | CommentCommentdefines the behavior of an XML comment. | 
|  interface | TextTextdefines an XML Text node. | 
| Uses of CharacterData in org.dom4j.dom | 
| Classes in org.dom4j.dom that implement CharacterData | |
|  class | DOMCDATADOMCDATAimplements a CDATA Section which supports the W3C DOM
 API. | 
|  class | DOMCommentDOMTextimplements a Text node which supports the W3C DOM API. | 
|  class | DOMTextDOMTextimplements a Text node which supports the W3C DOM API. | 
| Methods in org.dom4j.dom with parameters of type CharacterData | |
| static String | DOMNodeHelper.getData(CharacterData charData) | 
| static void | DOMNodeHelper.setData(CharacterData charData,
        String data) | 
| static int | DOMNodeHelper.getLength(CharacterData charData) | 
| static String | DOMNodeHelper.substringData(CharacterData charData,
              int offset,
              int count) | 
| static void | DOMNodeHelper.appendData(CharacterData charData,
           String arg) | 
| static void | DOMNodeHelper.insertData(CharacterData data,
           int offset,
           String arg) | 
| static void | DOMNodeHelper.deleteData(CharacterData charData,
           int offset,
           int count) | 
| static void | DOMNodeHelper.replaceData(CharacterData charData,
            int offset,
            int count,
            String arg) | 
| static Text | DOMNodeHelper.asDOMText(CharacterData text) | 
| Uses of CharacterData in org.dom4j.io | 
| Methods in org.dom4j.io that return CharacterData | |
|  CharacterData | STAXEventReader.readCharacters(javax.xml.stream.XMLEventReader reader)Constructs a DOM4J Text or CDATA section from the provided event stream. | 
|  CharacterData | STAXEventReader.createCharacterData(javax.xml.stream.events.Characters characters)Constructs a new DOM4J Text or CDATA object from the provided Characters event. | 
| Uses of CharacterData in org.dom4j.tree | 
| Classes in org.dom4j.tree that implement CharacterData | |
|  class | AbstractCDATAAbstractCDATAis an abstract base class for tree implementors
 to use for implementation inheritence. | 
|  class | AbstractCharacterDataAbstractCharacterDatais an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractCommentAbstractCommentis an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractTextAbstractTextis an abstract base class for tree implementors
 to use for implementation inheritence. | 
|  class | DefaultCDATADefaultCDATAis the default CDATA implementation. | 
|  class | DefaultCommentDefaultCommentis the default Comment implementation. | 
|  class | DefaultTextDefaultTextis the default Text implementation. | 
|  class | FlyweightCDATAFlyweightCDATAis a Flyweight pattern implementation of a
 singly linked, read-only XML CDATA. | 
|  class | FlyweightCommentFlyweightCommentis a Flyweight pattern implementation of a
 singly linked, read-only XML Comment. | 
|  class | FlyweightTextFlyweightTextis a Flyweight pattern implementation of a
 singly linked, read-only XML Text. | 
| Uses of CharacterData in org.dom4j.util | 
| Methods in org.dom4j.util with parameters of type CharacterData | |
|  int | NodeComparator.compare(CharacterData t1,
        CharacterData t2) | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||