|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
IContentDesc |
getContentDesc()
Gets the content of the use node. |
IElemUseState |
getNextUseState(java.lang.String aNamespace,
java.lang.String aName,
IAnyType anOverloadingType,
IHasLocation aHasLocation)
Gets the next use state that has a content use for the specified element. |
IUseState |
getParent()
Gets the parent. |
int |
getUseCounter()
Gets the use counter. |
void |
isValidEnd(IHasLocation aHasLocation)
|
void |
reset()
Resets the the use state. |
Method Detail |
public IElemUseState getNextUseState(java.lang.String aNamespace, java.lang.String aName, IAnyType anOverloadingType, IHasLocation aHasLocation) throws XmlException
aNamespace
- (required).aName
- (required).
XmlException
- Raised if this use state needs to return the next use state
(e.g. because it is a sequence that has been started) but the specified element does
not match.public IUseState getParent()
public int getUseCounter()
getNextUseState
method that returned a non-null result.
In other words it counts the number of times an element was processed with this
use state.
public void reset()
public IContentDesc getContentDesc()
public void isValidEnd(IHasLocation aHasLocation) throws XmlException
XmlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |