public class SimpleXMLEventAllocator
extends java.lang.Object
implements javax.xml.stream.util.XMLEventAllocator
XMLEventAllocator.| Constructor and Description |
|---|
SimpleXMLEventAllocator() |
| 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.util.XMLEventAllocator newInstance()
newInstance in interface javax.xml.stream.util.XMLEventAllocatorpublic 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.XMLStreamExceptionCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.