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.XMLEventAllocator
public javax.xml.stream.events.XMLEvent allocate(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
allocate
in interface javax.xml.stream.util.XMLEventAllocator
javax.xml.stream.XMLStreamException
public 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.XMLEventAllocator
javax.xml.stream.XMLStreamException
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.