com.smallx.xml.infoset
Interface Characters

All Superinterfaces:
Child, Data, Item, Location, Text
All Known Implementing Classes:
MemoryCharacters

public interface Characters
extends Child, Data, Text, Location


Field Summary
static int TYPE
           
 
Fields inherited from interface com.smallx.xml.infoset.Item
ANCESTOR_AXIS, ANCESTOR_OR_SELF_AXIS, ATTRIBUTE, ATTRIBUTE_AXIS, CHARACTERS, CHILD_AXIS, COMMENT, DESCENDANT_AXIS, DESCENDANT_OR_SELF_AXIS, DOCUMENT, DOCUMENT_END, ELEMENT, ELEMENT_END, FOLLOWING_AXIS, FOLLOWING_SIBLING_AXIS, N_TYPES, NAMESPACE, NAMESPACE_AXIS, PARENT_AXIS, PRECEDING_AXIS, PRECEDING_SIBLING_AXIS, PROCESSING_INSTRUCTION, SELF_AXIS
 
Methods inherited from interface com.smallx.xml.infoset.Child
compareTo, getDocument, getFollowingSibling, getFollowingSiblings, getParent, getPrecedingSibling, getPrecedingSiblings
 
Methods inherited from interface com.smallx.xml.infoset.Item
getAxis, getGeneratedId, getInfoset, getOrigin, getType
 
Methods inherited from interface com.smallx.xml.infoset.Data
getTypedValue, setTypedValue
 
Methods inherited from interface com.smallx.xml.infoset.Text
getNormalizedText, getText, setText
 
Methods inherited from interface com.smallx.xml.infoset.Location
getColumn, getLine, setColumn, setLine
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values