API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.stream.util. XMLEventAllocator View Source
Author(s)
Copyright (c) 2003 by BEA Systems. All Rights Reserved.
Since
1.6
Version
1.0
Serial
Hierarchy
 XMLEventAllocator
Subinterfaces
Description
public interface XMLEventAllocator
  This interface defines a class that allows a user to register a way to allocate events given an XMLStreamReader.
Methods
Hide/Show inherited methods
public XMLEvent allocate (XMLStreamReader reader) throws XMLStreamException
  This method allocates an event given the current state of the XMLStreamReader.
public void allocate (XMLStreamReader reader, XMLEventConsumer consumer) throws XMLStreamException
  This method allocates an event or set of events given the current state of the XMLStreamReader and adds the event or set of events to the consumer that was passed in.
public XMLEventAllocator newInstance ()
  This method creates an instance of the XMLEventAllocator.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar