Interface EntityDeclaration

All Superinterfaces:
XMLEvent, XMLStreamConstants

public interface EntityDeclaration extends XMLEvent
  • Method Details

    • getBaseURI

      String getBaseURI()
    • getName

      String getName()
    • getNotationName

      String getNotationName()
    • getPublicId

      String getPublicId()
    • getReplacementText

      String getReplacementText()
    • getSystemId

      String getSystemId()