org.apache.xerces.impl.xs
Class XSAttributeDecl
java.lang.Object
|
+--org.apache.xerces.impl.xs.XSAttributeDecl
- public class XSAttributeDecl
- extends java.lang.Object
The XML representation for an attribute declaration
schema component is an element information item
- Version:
- $Id: XSAttributeDecl.java,v 1.1 2001/10/25 20:36:02 elena Exp $
- Author:
- Elena Litani, IBM, Sandy Gao, IBM
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NO_CONSTRAINT
public static final short NO_CONSTRAINT
DEFAULT_VALUE
public static final short DEFAULT_VALUE
FIXED_VALUE
public static final short FIXED_VALUE
fName
public java.lang.String fName
fTargetNamespace
public java.lang.String fTargetNamespace
fType
public DatatypeValidator fType
fConstraintType
public short fConstraintType
fDefault
public java.lang.Object fDefault
XSAttributeDecl
public XSAttributeDecl()
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.