|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.infoset.util.EmptySource
com.smallx.xml.infoset.util.ItemQueue
Constructor Summary | |
ItemQueue()
|
Method Summary | |
Item |
receive()
Called when a infoset item is generated by a source. |
void |
send(Item e)
Called when a infoset item is generated by a source. |
void |
setOutputType(Name name)
This is meta-data that facilitates output serialization. |
Methods inherited from class com.smallx.xml.infoset.util.EmptySource |
copyTo, flush, seek, seekByType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemQueue()
Method Detail |
public void send(Item e)
ItemDestination
send
in interface ItemDestination
e
- The infoset item that was generated by the source.
public Item receive()
ItemSource
receive
in interface ItemSource
receive
in class EmptySource
public void setOutputType(Name name) throws XMLException
ItemDestination
setOutputType
in interface ItemDestination
XMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |