Class XMLAttributeDecl

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

public class XMLAttributeDecl extends Object

INTERNAL:

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

    • name

      public final org.apache.xerces.xni.QName name
      name
    • simpleType

      public final XMLSimpleType simpleType
      simpleType
    • optional

      public boolean optional
      optional
  • Constructor Details

    • XMLAttributeDecl

      public XMLAttributeDecl()
  • Method Details

    • setValues

      public void setValues(org.apache.xerces.xni.QName name, XMLSimpleType simpleType, boolean optional)
      setValues
      Parameters:
      name -
      simpleType -
      optional -
    • clear

      public void clear()
      clear