|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XMLEventAllocator
Interface for allocating events according to a stream reader.
| Method Summary | |
|---|---|
XMLEvent |
allocate(XMLStreamReader reader)
Allocates an event based on the current state of the stream reader. |
void |
allocate(XMLStreamReader reader,
XMLEventConsumer consumer)
Allocates one or more events based on the current state of the stream reader and adds those events to the specified consumer. |
XMLEventAllocator |
newInstance()
Creates a new allocator. |
| Method Detail |
|---|
XMLEventAllocator newInstance()
XMLEvent allocate(XMLStreamReader reader)
throws XMLStreamException
XMLStreamException
void allocate(XMLStreamReader reader,
XMLEventConsumer consumer)
throws XMLStreamException
XMLStreamException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||