|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.xml.schema.compositor.Compositor org.dlese.dpc.xml.schema.compositor.Sequence
public class Sequence
Description of the Interface
Field Summary |
---|
Fields inherited from class org.dlese.dpc.xml.schema.compositor.Compositor |
---|
ALL, anyTypeMember, CHOICE, debug, element, instanceNamespaces, leafMembers, localNamespaces, maxOccurs, members, minOccurs, name, parent, SEQUENCE, UNKNOWN |
Constructor Summary | |
---|---|
Sequence(ComplexType parent)
|
|
Sequence(ComplexType parent,
Element e)
|
Method Summary | |
---|---|
boolean |
acceptsNewMember(Element instanceElement)
Does the the given instanceElement accept ANY new member? NOTE: this method does not make sense! What we are interested in, is which of the CompositorMembers can accept another occurrence! |
boolean |
acceptsNewMember(Element instanceElement,
String memberName,
int memberIndex)
Does the the given instanceElement accept a specifical new member at a specific location? WHEN would this be called? Compositors only care whether they can accept another OCCURRENCE! |
int |
getType()
Returns an integer contant that specifies whether this Compositor is Sequence, Choice, All. |
String |
toString()
Description of the Method |
Methods inherited from class org.dlese.dpc.xml.schema.compositor.Compositor |
---|
getAnyTypeMember, getElement, getIndexOfMember, getIndexOfMember, getInstanceNames, getLeafMember, getLeafMemberNames, getLeafMembers, getMaxInstanceElements, getMaxOccurs, getMember, getMemberAt, getMemberNames, getMembers, getMinOccurs, getName, getParent, getSubstitionGroupMembers, getSubstitionGroupNames, hasAnyTypeMember, hasMember, init, occursInfo, printInstanceNames, printLeafMemberNames, prtln |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Sequence(ComplexType parent)
public Sequence(ComplexType parent, Element e)
Method Detail |
---|
public boolean acceptsNewMember(Element instanceElement)
acceptsNewMember
in class Compositor
instanceElement
- NOT YET DOCUMENTED
public boolean acceptsNewMember(Element instanceElement, String memberName, int memberIndex)
acceptsNewMember
in class Compositor
instanceElement
- NOT YET DOCUMENTEDmemberName
- NOT YET DOCUMENTEDmemberIndex
- NOT YET DOCUMENTED
public int getType()
Compositor
getType
in class Compositor
public String toString()
toString
in class Compositor
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |