|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GxSequenceHandler<A,S,T>
Event handler for serializing an XQuery Data Model as a stream.
Method Summary | |
---|---|
void |
atom(A atom)
Receive notification of an atomic value as an item in the sequence. |
void |
endSequence()
Receive notification of the end of a sequence. |
void |
startSequence()
Receive notification of the start of a sequence. |
Methods inherited from interface org.gxml.sa.GxContentHandler |
---|
attribute, attribute, comment, endDocument, endElement, ignorableWhitespace, namespace, processingInstruction, startDocument, startElement, text, text |
Methods inherited from interface java.io.Flushable |
---|
flush |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
void atom(A atom) throws GxException
atom
- The atomic value.
GxException
void endSequence() throws GxException
GxException
void startSequence() throws GxException
GxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |