Uses of Package
org.codehaus.stax2.ri.evt
-
Packages that use org.codehaus.stax2.ri.evt 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 -
Classes in org.codehaus.stax2.ri.evt used by com.ctc.wstx.ent Class Description BaseEventImpl This abstract base class implements common functionality for Stax2 reference implementation's event API part. -
Classes in org.codehaus.stax2.ri.evt used by com.ctc.wstx.evt Class Description BaseEventImpl This abstract base class implements common functionality for Stax2 reference implementation's event API part.DTDEventImpl Vanilla implementation of a DTD event.EntityReferenceEventImpl NotationDeclarationEventImpl -
Classes in org.codehaus.stax2.ri.evt used by org.codehaus.stax2.ri.evt Class Description AttributeEventImpl BaseEventImpl This abstract base class implements common functionality for Stax2 reference implementation's event API part.CharactersEventImpl MergedNsContext Helper class used to combine an enclosing namespace context with a list of namespace declarations contained, to result in a single namespace context object.NamespaceEventImpl Implementation ofNamespace.StartElementEventImpl WstxStartElementimplementation used when event is constructed from already objectified data, for example when constructed by the event factory.