|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.xerces.impl.xs.XSElementDecl
The XML representation for an element declaration
schema component is an
Field Summary
static shortDEFAULT_VALUE
shortfBlock
ValidatedInfofDefault
shortfFinal
static shortFIXED_VALUE
java.lang.StringfName
XSElementDeclfSubGroup
java.lang.StringfTargetNamespace
XSTypeDeclfType
static shortNO_CONSTRAINT
Constructor Summary
XSElementDecl()
Method Summary
voidaddIDConstaint(IdentityConstraint idc)
booleanequals(java.lang.Object o)
whether two decls are the same
shortgetConstraintType()
IdentityConstraint[]getIDConstraints()
inthashCode()
get the hash code
booleanisAbstract()
booleanisGlobal()
booleanisNillable()
voidsetConstraintType(short constraintType)
voidsetIsAbstract()
voidsetIsGlobal()
voidsetIsNillable()
java.lang.StringtoString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Field Detail
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 XSTypeDecl fType
fBlock
public short fBlock
fFinal
public short fFinal
fDefault
public ValidatedInfo fDefault
fSubGroup
public XSElementDecl fSubGroup
Constructor Detail
XSElementDecl
public XSElementDecl()
Method Detail
getConstraintType
public short getConstraintType()
isNillable
public boolean isNillable()
isAbstract
public boolean isAbstract()
isGlobal
public boolean isGlobal()
setConstraintType
public void setConstraintType(short constraintType)
setIsNillable
public void setIsNillable()
setIsAbstract
public void setIsAbstract()
setIsGlobal
public void setIsGlobal()
addIDConstaint
public void addIDConstaint(IdentityConstraint idc)
getIDConstraints
public IdentityConstraint[] getIDConstraints()
toString
public java.lang.String toString()
toString in class java.lang.Object
hashCode
public int hashCode()
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.