org.apache.xerces.impl.xs
Class XSAttributeUse

java.lang.Object
  |
  +--org.apache.xerces.impl.xs.XSAttributeUse

public class XSAttributeUse
extends java.lang.Object

The XML representation for an attribute use schema component is a local element information item

Version:
$Id: XSAttributeUse.java,v 1.3 2002/01/29 01:15:14 lehors Exp $
Author:
Sandy Gao, IBM

Field Summary
 XSAttributeDecl fAttrDecl
           
 short fConstraintType
           
 ValidatedInfo fDefault
           
 short fUse
           
 
Constructor Summary
XSAttributeUse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fAttrDecl

public XSAttributeDecl fAttrDecl

fUse

public short fUse

fConstraintType

public short fConstraintType

fDefault

public ValidatedInfo fDefault
Constructor Detail

XSAttributeUse

public XSAttributeUse()


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