Uses of Interface
com.smallx.xml.infoset.Characters

Packages that use Characters
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
 

Uses of Characters in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return Characters
 Characters Element.appendData(java.lang.Object data)
          Appends a data object to the end of the children content.
 Characters Element.appendCharacters(java.lang.String data)
          Appends a data object to the end of the children content.
 

Uses of Characters in com.smallx.xml.infoset.memory
 

Classes in com.smallx.xml.infoset.memory that implement Characters
 class MemoryCharacters
           
 

Methods in com.smallx.xml.infoset.memory that return Characters
 Characters MemoryElement.appendData(java.lang.Object data)
           
 Characters MemoryElement.appendCharacters(java.lang.String data)