com.smallx.xml.infoset
Interface Attribute

All Superinterfaces:
Item, Location, Named, Prefixed, Text, Validity
All Known Implementing Classes:
MemoryAttribute

public interface Attribute
extends Named, Prefixed, Item, Text, Location, Validity

This interface represents an attribute on an element.


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
 
Fields inherited from interface com.smallx.xml.infoset.Validity
ATTEMPTED_FULL, ATTEMPTED_NONE, ATTEMPTED_PARTIAL, INVALID, NOT_KNOWN, VALID
 
Method Summary
 Element getElement()
           
 java.util.Iterator getTokenizedValue()
           
 
Methods inherited from interface com.smallx.xml.infoset.Named
getName, setName, setName, setName
 
Methods inherited from interface com.smallx.xml.infoset.Prefixed
getPrefix, setPrefix
 
Methods inherited from interface com.smallx.xml.infoset.Item
compareTo, getAxis, getDocument, getGeneratedId, getInfoset, getOrigin, getType
 
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
 
Methods inherited from interface com.smallx.xml.infoset.Validity
getTypeDefinition, getValidationAttempted, getValidity, setTypeDefinition, setValidity
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values
Method Detail

getTokenizedValue

public java.util.Iterator getTokenizedValue()

getElement

public Element getElement()