Class XMLNotationDecl

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

public class XMLNotationDecl extends Object

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: XMLNotationDecl.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
      base systemId
  • Constructor Details

    • XMLNotationDecl

      public XMLNotationDecl()
  • Method Details

    • setValues

      public void setValues(String name, String publicId, String systemId, String baseSystemId)
      setValues
      Parameters:
      name -
      publicId -
      systemId -
    • clear

      public void clear()
      clear