Uses of Package
org.codehaus.stax2.evt
Packages that use org.codehaus.stax2.evt
Package
Description
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
-
Classes in org.codehaus.stax2.evt used by org.codehaus.stax2.evt
-
Classes in org.codehaus.stax2.evt used by org.codehaus.stax2.riClassDescriptionInterface that extends basic
DTD
with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents.Interface that adds missing (but required) methods toXMLEventFactory
; especially ones for creating actual well-behaving DOCTYPE events. -
Classes in org.codehaus.stax2.evt used by org.codehaus.stax2.ri.evtClassDescriptionInterface that extends basic
DTD
with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents.Interface that extends basicNotationDeclaration
to add support for handling Base URI needed to resolve Notation references.Interface that extends basicXMLEvent2
with method(s) that are missing from it; specifically linkage that allows using a stream/event writer for outputting.