Package org.eclipse.wst.xml.xpath2.api
public class ResultBuffer.ArrayResultSequence extends java.lang.Object
Constructor Summary |
ResultBuffer.ArrayResultSequence(org.eclipse.wst.xml.xpath2.api.Item[] results) |
Method Summary | |
public boolean | empty() |
public org.eclipse.wst.xml.xpath2.api.Item | first() |
public java.lang.Object | firstValue() |
public org.eclipse.wst.xml.xpath2.api.Item | item(int index) |
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType | itemType(int index) |
public java.util.Iterator | iterator() |
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType | sequenceType() |
public int | size() |
public java.lang.Object | value(int index) |
Constructor Detail |
public ResultBuffer.ArrayResultSequence(org.eclipse.wst.xml.xpath2.api.Item[] results)
Methods Detail |
public boolean empty()
boolean
public org.eclipse.wst.xml.xpath2.api.Item first()
org.eclipse.wst.xml.xpath2.api.Item
public java.lang.Object firstValue()
java.lang.Object
public org.eclipse.wst.xml.xpath2.api.Item item(int index)
index
org.eclipse.wst.xml.xpath2.api.Item
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType itemType(int index)
index
org.eclipse.wst.xml.xpath2.api.typesystem.ItemType
public java.util.Iterator iterator()
java.util.Iterator
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType sequenceType()
org.eclipse.wst.xml.xpath2.api.typesystem.ItemType
public int size()
int
public java.lang.Object value(int index)
index
java.lang.Object