|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StAXProducer
Extension of the cocoon Producer
element for all StAX specific components. This interface
extends the base Producer
with three methods directly taken from the
XMLEventReader
interface which are required to implement
a StAX component.
Method Summary | |
---|---|
boolean |
hasNext()
Check if there are more events. |
XMLEvent |
nextEvent()
Get the next XMLEvent |
XMLEvent |
peek()
Check the next XMLEvent without reading it from the stream. |
Methods inherited from interface org.apache.cocoon.pipeline.component.Producer |
---|
setConsumer |
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent |
---|
finish, setConfiguration, setup |
Method Detail |
---|
XMLEvent peek() throws XMLStreamException
XMLStreamException
XMLEvent
boolean hasNext() throws XMLStreamException
XMLStreamException
XMLEvent nextEvent() throws XMLStreamException
XMLStreamException
XMLEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |