Class XMLEntityDecl


  • public class XMLEntityDecl
    extends Object
    Version:
    $Id$
    • Field Detail

      • name

        public String name
        name
      • publicId

        public String publicId
        publicId
      • systemId

        public String systemId
        systemId
      • baseSystemId

        public String baseSystemId
        baseSystemId
      • notation

        public String notation
        notation
      • isPE

        public boolean isPE
        isPE
      • inExternal

        public boolean inExternal
        Note: flag of where the entity is defined, not whether it is a external entity
      • value

        public String value
        Value.
    • Constructor Detail

      • XMLEntityDecl

        public XMLEntityDecl()
    • Method Detail

      • setValues

        public void setValues​(String name,
                              String publicId,
                              String systemId,
                              String baseSystemId,
                              String notation,
                              boolean isPE,
                              boolean inExternal)
        setValues
        Parameters:
        name -
        publicId -
        systemId -
        baseSystemId -
        notation -
        isPE -
        inExternal -
      • setValues

        public void setValues​(String name,
                              String publicId,
                              String systemId,
                              String baseSystemId,
                              String notation,
                              String value,
                              boolean isPE,
                              boolean inExternal)
        setValues
        Parameters:
        name -
        publicId -
        systemId -
        baseSystemId -
        value -
        notation -
        isPE -
        inExternal -
      • clear

        public void clear()
        clear