Class DTDEventImpl

  • All Implemented Interfaces:
    DTD, XMLEvent, XMLStreamConstants, DTD2, XMLEvent2

    public class DTDEventImpl
    extends BaseEventImpl
    implements DTD2
    Vanilla implementation of a DTD event. Note that as is, it is not really complete, since there is no way to access declared notations and entities, because Stax 1.0 has no method for dispatching calls. As such, it is expected that actual implementations would usually extend this class, instead of using it as is.