public class XMLEventAllocatorImpl
extends java.lang.Object
implements javax.xml.stream.util.XMLEventAllocator
| Constructor and Description |
|---|
XMLEventAllocatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.stream.events.XMLEvent |
allocate(javax.xml.stream.XMLStreamReader reader) |
void |
allocate(javax.xml.stream.XMLStreamReader reader,
javax.xml.stream.util.XMLEventConsumer consumer) |
javax.xml.stream.util.XMLEventAllocator |
newInstance() |
public javax.xml.stream.events.XMLEvent allocate(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException
allocate in interface javax.xml.stream.util.XMLEventAllocatorjavax.xml.stream.XMLStreamExceptionpublic void allocate(javax.xml.stream.XMLStreamReader reader,
javax.xml.stream.util.XMLEventConsumer consumer)
throws javax.xml.stream.XMLStreamException
allocate in interface javax.xml.stream.util.XMLEventAllocatorjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.util.XMLEventAllocator newInstance()
newInstance in interface javax.xml.stream.util.XMLEventAllocator