org.apache.xerces.impl.dtd
Class XMLAttributeDecl

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

public class XMLAttributeDecl
extends java.lang.Object

Version:
$Id: XMLAttributeDecl.java 446755 2006-09-15 21:56:27Z mrglavas $

Field Summary
 QName name
          name
 boolean optional
          optional
 XMLSimpleType simpleType
          simpleType
 
Constructor Summary
XMLAttributeDecl()
           
 
Method Summary
 void clear()
          clear
 void setValues(QName name, XMLSimpleType simpleType, boolean optional)
          setValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final QName name
name


simpleType

public final XMLSimpleType simpleType
simpleType


optional

public boolean optional
optional

Constructor Detail

XMLAttributeDecl

public XMLAttributeDecl()
Method Detail

setValues

public void setValues(QName name,
                      XMLSimpleType simpleType,
                      boolean optional)
setValues

Parameters:
name -
simpleType -
optional -

clear

public void clear()
clear