Uses of Interface
org.codehaus.stax2.evt.XMLEvent2
-
Packages that use XMLEvent2 Package Description com.ctc.wstx.ent Package contains internal entity object implementations, which are used by stream reader classes, but parsed by dtd functionality.com.ctc.wstx.evt Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers.org.codehaus.stax2.ri.evt -
-
Uses of XMLEvent2 in com.ctc.wstx.ent
Classes in com.ctc.wstx.ent that implement XMLEvent2 Modifier and Type Class Description classEntityDeclAbstract base class for various entity declarations DTD reader has parsed from DTD subsets.classExtEntityclassIntEntityclassParsedExtEntityclassUnparsedExtEntity -
Uses of XMLEvent2 in com.ctc.wstx.evt
Classes in com.ctc.wstx.evt that implement XMLEvent2 Modifier and Type Class Description classCompactStartElementWstxStartElementimplementation used when directly creating events from a stream reader.classSimpleStartElementWstxStartElementimplementation used when event is constructed from already objectified data, for example when constructed by the event factory.classWDTDEvent that contains all StAX accessible information read from internal and external DTD subsets.classWEntityDeclarationSimple implementation of StAX entity declaration events; for the most just wraps aEntityDeclinstance.classWEntityReferenceWe need a slightly specialized version to support concept of undeclared entities, which can be used in (non-default, non-standard) mode where undeclared entities are allowed to be handled.classWNotationDeclarationWoodstox implementation ofNotationDeclaration2. -
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.
-