| java.lang.Object org.apache.xerces.impl.xs.XSAttributeUseImpl
XSAttributeUseImpl | public class XSAttributeUseImpl implements XSAttributeUse(Code) | | The XML representation for an attribute use
schema component is a local <attribute> element information item
author: Sandy Gao, IBM version: $Id: XSAttributeUseImpl.java 545988 2007-06-11 02:00:30Z mrglavas $ |
fConstraintType | public short fConstraintType(Code) | | |
getActualVCType | public short getActualVCType()(Code) | | |
getAttrDeclaration | public XSAttributeDeclaration getAttrDeclaration()(Code) | | {attribute declaration} provides the attribute declaration itself,
which will in turn determine the simple type definition used.
|
getConstraintType | public short getConstraintType()(Code) | | Value Constraint: one of default, fixed.
|
getConstraintValue | public String getConstraintValue()(Code) | | Value Constraint: The actual value (with respect to the {type
definition}).
|
getName | public String getName()(Code) | | The name of this XSObject depending on the
XSObject type.
|
getNamespace | public String getNamespace()(Code) | | The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components.
|
getRequired | public boolean getRequired()(Code) | | {required} determines whether this use of an attribute declaration
requires an appropriate attribute information item to be present, or
merely allows it.
|
getType | public short getType()(Code) | | Get the type of the object, i.e ELEMENT_DECLARATION.
|
reset | public void reset()(Code) | | |
|
|