|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
copyTo(ItemDestination dest)
|
void |
flush(boolean all)
Flushs the items from the source. |
Item |
receive()
Called when a infoset item is generated by a source. |
Element |
seek(Name name)
Seeks to a particular element at the current level. |
Item |
seekByType(byte type)
The type to seek to (e.g. |
Method Detail |
public Item receive() throws XMLException
XMLException
public void flush(boolean all) throws XMLException
all
- If true, all the items to the end of the document will be flushed. Otherwise, just the current level's children will be flushed.
XMLException
public Element seek(Name name) throws XMLException
name
- The name of the element.
XMLException
public Item seekByType(byte type) throws XMLException
type
- The type code to use for the seek.
XMLException
- Thrown when there is an implementation error.public void copyTo(ItemDestination dest) throws XMLException
XMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |