Interface DTDValidationSchema

  • All Superinterfaces:
    XMLValidationSchema

    public interface DTDValidationSchema
    extends XMLValidationSchema
    Specialized interface that covers schema features unique to DTDs. Necessary to have basic level of support for entities and notations.
    • Method Detail

      • getEntityCount

        int getEntityCount()
        Returns:
        Number of general (non-parameter) entities (of all types) declared in this DTD schema (in subsets [internal, external] included)
      • getNotationCount

        int getNotationCount()
        Returns:
        Number of notations declared in this DTD schema (in subsets [internal, external] included)