Uses of Interface
javax.xml.stream.events.XMLEvent
Packages that use XMLEvent
包
描述
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
-
Uses of XMLEvent in javax.xml.stream
Methods in javax.xml.stream that return XMLEvent修饰符和类方法描述XMLEventReader.nextEvent()Gets the next XMLEvent.XMLEventReader.nextTag()Skips any insignificant space events until a START_ELEMENT or END_ELEMENT is reached.XMLEventReader.peek()Check the next XMLEvent without reading it from the stream.Methods in javax.xml.stream with parameters of type XMLEvent -
Uses of XMLEvent in javax.xml.stream.events
Subinterfaces of XMLEvent in javax.xml.stream.events修饰符和类Interface描述interfaceAn interface that contains information about an attribute.interfaceThis describes the interface to Characters events.interfaceAn interface for comment eventsinterfaceThis is the top level interface for events dealing with DTDsinterfaceA marker interface for the end of the documentinterfaceAn interface for the end element event.interfaceAn interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.interfaceAn interface for handling Entity events.interfaceAn interface that contains information about a namespace.interfaceAn interface for handling Notation Declarations Receive notification of a notation declaration event.interfaceAn interface that describes the data found in processing instructionsinterfaceAn interface for the start document eventinterfaceThe StartElement interface provides access to information about start elements. -
Uses of XMLEvent in javax.xml.stream.util
Methods in javax.xml.stream.util that return XMLEvent修饰符和类方法描述XMLEventAllocator.allocate(XMLStreamReader reader) This method allocates an event given the current state of the XMLStreamReader.EventReaderDelegate.nextEvent()EventReaderDelegate.nextTag()EventReaderDelegate.peek()Methods in javax.xml.stream.util with parameters of type XMLEvent