de.fraunhofer.ipsi.xquery.datamodel
Interface Item

All Superinterfaces:
java.lang.Cloneable, java.lang.Iterable<Item>, Sequence
All Known Subinterfaces:
AtomicValue, AttributeNode, CommentNode, DocumentNode, ElementNode, NamespaceNode, Node, ProcessingInstructionNode, TextNode

public interface Item
extends Sequence


Method Summary
 java.lang.String stringValue()
          Method string_value
 javax.xml.namespace.QName typeName()
          Method type
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.datamodel.Sequence
add, addAll, booleanValue, clone, deepEquals, distinctDocOrder, get, indexOf, isEmpty, setImmutable, size
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

stringValue

java.lang.String stringValue()
Method string_value

Returns:
a XS_String

typeName

javax.xml.namespace.QName typeName()
Method type

Returns:
a Type