Uses of Interface
org.codehaus.stax2.evt.XMLEvent2
-
Packages that use XMLEvent2 Package Description org.codehaus.stax2.ri.evt -
-
Uses of XMLEvent2 in org.codehaus.stax2.ri.evt
Classes in org.codehaus.stax2.ri.evt that implement XMLEvent2 Modifier and Type Class Description classAttributeEventImplclassBaseEventImplThis abstract base class implements common functionality for Stax2 reference implementation's event API part.classCharactersEventImplclassCommentEventImplclassDTDEventImplVanilla implementation of a DTD event.classEndDocumentEventImplclassEndElementEventImplclassEntityDeclarationEventImplSimple base implementation that can be used either as a placeholder, or a base for 'real' entity declaration implementations.classEntityReferenceEventImplclassNamespaceEventImplImplementation ofNamespace.classNotationDeclarationEventImplclassProcInstrEventImplclassStartDocumentEventImplclassStartElementEventImplWstxStartElementimplementation used when event is constructed from already objectified data, for example when constructed by the event factory.
-