org.jbind.xml.instance.use
Class ElemUseState

java.lang.Object
  extended byorg.jbind.xml.instance.use.ContentUseState
      extended byorg.jbind.xml.instance.use.ElemUseState
All Implemented Interfaces:
IElemUseState, IUseState
Direct Known Subclasses:
ElemRefOrDeclUseState, WildcardUseState

public abstract class ElemUseState
extends ContentUseState
implements IElemUseState


Constructor Summary
ElemUseState(IElemDesc aContent, IUseState aParent)
           
 
Methods inherited from class org.jbind.xml.instance.use.ContentUseState
doIsValidEnd, doReset, getContentDesc, getParent, getUseCounter, incrementUseCounter, isValidEnd, mayIncrementUseCounter, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.core.content.IElemUseState
getElemDesc, getSubstitutionHead
 
Methods inherited from interface org.jbind.xml.core.content.IUseState
getContentDesc, getNextUseState, getParent, getUseCounter, isValidEnd, reset
 

Constructor Detail

ElemUseState

public ElemUseState(IElemDesc aContent,
                    IUseState aParent)