Uses of Class
org.codehaus.stax2.ri.evt.BaseEventImpl
-
Packages that use BaseEventImpl 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 BaseEventImpl in com.ctc.wstx.ent
Subclasses of BaseEventImpl in com.ctc.wstx.ent Modifier and Type Class Description classEntityDeclAbstract base class for various entity declarations DTD reader has parsed from DTD subsets.classExtEntityclassIntEntityclassParsedExtEntityclassUnparsedExtEntity -
Uses of BaseEventImpl in com.ctc.wstx.evt
Subclasses of BaseEventImpl in com.ctc.wstx.evt 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 BaseEventImpl in org.codehaus.stax2.ri.evt
Subclasses of BaseEventImpl in org.codehaus.stax2.ri.evt Modifier and Type Class Description classAttributeEventImplclassCharactersEventImplclassCommentEventImplclassDTDEventImplVanilla 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.
-