org.apache.xerces.impl.dtd
Class XMLAttributeDecl

java.lang.Object
  |
  +--org.apache.xerces.impl.dtd.XMLAttributeDecl

public class XMLAttributeDecl
extends java.lang.Object

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version:
$Id: XMLAttributeDecl.java,v 1.5 2004/10/04 21:57:30 mrglavas Exp $

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

Field Detail

name

public final org.apache.xerces.xni.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(org.apache.xerces.xni.QName name,
                      XMLSimpleType simpleType,
                      boolean optional)
setValues
Parameters:
name -  
simpleType -  
optional -  

clear

public void clear()
clear


Copyright © 1999-2005 Apache XML Project. All Rights Reserved.