Package org.eclipse.wst.xml.xpath2.api
public class ResultBuffer extends java.lang.Object
Field Summary | |
public static org.eclipse.wst.xml.xpath2.api.ResultSequence | EMPTY |
Constructor Summary |
ResultBuffer() |
ResultBuffer.ArrayResultSequence(org.eclipse.wst.xml.xpath2.api.Item[] results) |
ResultBuffer.SingleResultSequence(org.eclipse.wst.xml.xpath2.api.Item at) |
Method Summary | |
public org.eclipse.wst.xml.xpath2.api.ResultBuffer | add(org.eclipse.wst.xml.xpath2.api.Item at) |
public void | addAt(int pos
,
org.eclipse.wst.xml.xpath2.api.Item element) |
public org.eclipse.wst.xml.xpath2.api.ResultBuffer | append(org.eclipse.wst.xml.xpath2.api.Item at) |
public void | clear() |
public org.eclipse.wst.xml.xpath2.api.ResultBuffer | concat(org.eclipse.wst.xml.xpath2.api.ResultSequence rs) |
public org.eclipse.wst.xml.xpath2.api.ResultBuffer | concat(java.util.Collection others) |
public java.util.Collection | getCollection() |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | getSequence() |
public org.eclipse.wst.xml.xpath2.api.Item | item(int index) |
public java.util.ListIterator | iterator() |
public void | prepend(org.eclipse.wst.xml.xpath2.api.ResultSequence rs) |
public int | size() |
public static org.eclipse.wst.xml.xpath2.api.ResultSequence | wrap(org.eclipse.wst.xml.xpath2.api.Item item) |
Field Detail |
public static org.eclipse.wst.xml.xpath2.api.ResultSequence EMPTY
Constructor Detail |
public ResultBuffer()
Methods Detail |
public org.eclipse.wst.xml.xpath2.api.ResultBuffer add(org.eclipse.wst.xml.xpath2.api.Item at)
at
org.eclipse.wst.xml.xpath2.api.ResultBuffer
public void addAt(int pos
,
org.eclipse.wst.xml.xpath2.api.Item element)
pos
element
public org.eclipse.wst.xml.xpath2.api.ResultBuffer append(org.eclipse.wst.xml.xpath2.api.Item at)
at
org.eclipse.wst.xml.xpath2.api.ResultBuffer
public void clear()
public org.eclipse.wst.xml.xpath2.api.ResultBuffer concat(org.eclipse.wst.xml.xpath2.api.ResultSequence rs)
rs
org.eclipse.wst.xml.xpath2.api.ResultBuffer
public org.eclipse.wst.xml.xpath2.api.ResultBuffer concat(java.util.Collection others)
others
org.eclipse.wst.xml.xpath2.api.ResultBuffer
public java.util.Collection getCollection()
java.util.Collection
public org.eclipse.wst.xml.xpath2.api.ResultSequence getSequence()
org.eclipse.wst.xml.xpath2.api.ResultSequence
public org.eclipse.wst.xml.xpath2.api.Item item(int index)
index
org.eclipse.wst.xml.xpath2.api.Item
public java.util.ListIterator iterator()
java.util.ListIterator
public void prepend(org.eclipse.wst.xml.xpath2.api.ResultSequence rs)
rs
public int size()
int
public org.eclipse.wst.xml.xpath2.api.ResultSequence wrap(org.eclipse.wst.xml.xpath2.api.Item item)
item
org.eclipse.wst.xml.xpath2.api.ResultSequence