Interface DTD2

All Superinterfaces:
DTD, XMLEvent, XMLStreamConstants
All Known Implementing Classes:
DTDEventImpl

public interface DTD2 extends DTD
Interface that extends basic DTD with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents.
  • Method Details

    • getRootName

      String getRootName()
    • getSystemId

      String getSystemId()
    • getPublicId

      String getPublicId()
    • getInternalSubset

      String getInternalSubset()