|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Iterates through a content model by always returning the element description for the next element.
Method Summary | |
IElemDesc |
getNextElemDesc(java.lang.String aNamespace,
java.lang.String aName,
IAnyType anOverloadingType,
IHasLocation aHasLocation)
Gets a description for the next element. |
IElemRefOrDecl |
getSubstitutionHead()
Gets the substitution head for the last element description returned. |
void |
isValidEnd(IHasLocation aHasLocation)
Checks if the use iterator is in a valid end state. |
Method Detail |
public IElemDesc getNextElemDesc(java.lang.String aNamespace, java.lang.String aName, IAnyType anOverloadingType, IHasLocation aHasLocation) throws XmlException
aNamespace
- (required). The namespace of the element.aName
- (required). The name of the element.anOverloadingType
- (optional). Used by wildcard element if the
element declaration can not be found.aHasLocation
- (optional).
XmlException
- Raised iff no element description could be found
but the element must not be skipped.public void isValidEnd(IHasLocation aHasLocation) throws XmlException
aHasLocation
- (optional).
XmlException
- Raised iff the use iterator is not in a valid end state.public IElemRefOrDecl getSubstitutionHead()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |