Class XMLEntityDecl

java.lang.Object
org.apache.xerces.impl.dtd.XMLEntityDecl

public class XMLEntityDecl extends Object

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: XMLEntityDecl.java 446755 2006-09-15 21:56:27Z mrglavas $
  • Field Details

    • 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 Details

    • XMLEntityDecl

      public XMLEntityDecl()
  • Method Details

    • 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 -
      notation -
      value -
      isPE -
      inExternal -
    • clear

      public void clear()
      clear