| java.lang.Object org.apache.xerces.impl.xs.XSModelGroupImpl
XSModelGroupImpl | public class XSModelGroupImpl implements XSModelGroup(Code) | | Store schema model group declaration.
author: Sandy Gao, IBM version: $Id: XSModelGroupImpl.java 446734 2006-09-15 20:51:23Z mrglavas $ |
MODELGROUP_ALL | final public static short MODELGROUP_ALL(Code) | | |
MODELGROUP_CHOICE | final public static short MODELGROUP_CHOICE(Code) | | |
MODELGROUP_SEQUENCE | final public static short MODELGROUP_SEQUENCE(Code) | | |
fCompositor | public short fCompositor(Code) | | |
fParticleCount | public int fParticleCount(Code) | | |
getCompositor | public short getCompositor()(Code) | | {compositor} One of all, choice or sequence. The valid constants values
are: ALL, CHOICE, SEQUENCE.
|
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.
|
getType | public short getType()(Code) | | Get the type of the object, i.e ELEMENT_DECLARATION.
|
isEmpty | public boolean isEmpty()(Code) | | |
maxEffectiveTotalRange | public int maxEffectiveTotalRange()(Code) | | |
minEffectiveTotalRange | public int minEffectiveTotalRange()(Code) | | 3.8.6 Effective Total Range (all and sequence) and
Effective Total Range (choice)
The following methods are used to return min/max range for a particle.
They are not exactly the same as it's described in the spec, but all the
values from the spec are retrievable by these methods.
|
reset | public void reset()(Code) | | |
|
|