Class DTDEntityDecl

    • Constructor Detail

      • DTDEntityDecl

        public DTDEntityDecl​(int start,
                             int end)
    • Method Detail

      • getPercent

        public String getPercent()
        Returns the '%' and null otherwise.

        Returns:
        the '%' and null otherwise.
      • setPercent

        public void setPercent​(int start,
                               int end)
      • getValueNode

        public DTDDeclParameter getValueNode()
        Returns the entity value node and null otherwise.

        Returns:
        the entity value node and null otherwise.
      • getValue

        public String getValue()
        Returns the entity value content and null otherwise.

        Returns:
        the entity value content and null otherwise.
      • setValue

        public void setValue​(int start,
                             int end)
      • getKind

        public String getKind()
        Returns the entity kind (PUBLIC, SYSTEM) and null otherwise.

        Returns:
        the entity kind (PUBLIC, SYSTEM) and null otherwise.
      • setKind

        public void setKind​(int start,
                            int end)
      • setPublicId

        public void setPublicId​(int start,
                                int end)
      • getSystemIdNode

        public DTDDeclParameter getSystemIdNode()
        Returns the system id node and null otherwise.
        Returns:
        the system id node and null otherwise.
      • setSystemId

        public void setSystemId​(int start,
                                int end)