Uses of Interface
org.dom4j.CharacterData

Packages that use CharacterData
org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes. 
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
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 CDATA
           CDATA defines an XML CDATA section.
 interface Comment
           Comment defines the behavior of an XML comment.
 interface Text
           Text defines an XML Text node.
 

Uses of CharacterData in org.dom4j.io
 

Methods in org.dom4j.io that return CharacterData
 CharacterData STAXEventReader.createCharacterData(Characters characters)
          Constructs a new DOM4J Text or CDATA object from the provided Characters event.
 CharacterData STAXEventReader.readCharacters(XMLEventReader reader)
          Constructs a DOM4J Text or CDATA section from the provided event stream.
 

Uses of CharacterData in org.dom4j.util
 

Methods in org.dom4j.util with parameters of type CharacterData
 int NodeComparator.compare(CharacterData t1, CharacterData t2)
           
 



Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo