Uses of Package
org.codehaus.stax2.evt
-
Packages that use org.codehaus.stax2.evt Package Description org.codehaus.stax2.evt org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.evt -
Classes in org.codehaus.stax2.evt used by org.codehaus.stax2.evt Class Description DTD2 Interface that extends basicDTD
with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents. -
Classes in org.codehaus.stax2.evt used by org.codehaus.stax2.ri Class Description DTD2 Interface that extends basicDTD
with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents.XMLEventFactory2 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.evt Class Description DTD2 Interface that extends basicDTD
with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents.NotationDeclaration2 Interface that extends basicNotationDeclaration
to add support for handling Base URI needed to resolve Notation references.XMLEvent2 Interface that extends basicXMLEvent2
with method(s) that are missing from it; specifically linkage that allows using a stream/event writer for outputting.