Interface OMDocType

    • Method Detail

      • getRootName

        String getRootName()
        Get the root name, i.e. the name immediately following the DOCTYPE keyword.
        Returns:
        the root name; must not be null
      • getPublicId

        String getPublicId()
        Get the public ID of the external subset.
        Returns:
        the public ID, or null if there is no external subset or no public ID has been specified for the external subset
      • getSystemId

        String getSystemId()
        Get the system ID of the external subset.
        Returns:
        the system ID, or null if there is no external subset
      • getInternalSubset

        String getInternalSubset()
        Get the internal subset.
        Returns:
        the internal subset, or null if there is none