|
|||||||||
| Home >> All >> org >> apache >> [ xmlbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xmlbeans
Interface SchemaTypeElementSequencer

- public interface SchemaTypeElementSequencer
This class is used to programatically validate the contents of an
XML element.Call to both next(javax.xml.namespace.QName) 55 and peek(javax.xml.namespace.QName) 55
will return true if the element
with the provided name is allowed at the current position in the element
content, the difference being that next(javax.xml.namespace.QName) 55 will advance
the current position, while peek(javax.xml.namespace.QName) 55 won't.
| Method Summary | |
boolean |
next(javax.xml.namespace.QName elementName)
Returns true if the element with the given name is valid at the current position. |
boolean |
peek(javax.xml.namespace.QName elementName)
Return true if the element with the given name is valid at the current position. |
| Method Detail |
next
public boolean next(javax.xml.namespace.QName elementName)
- Returns true if the element with the given name is valid at the
current position. Advances the current position.
peek
public boolean peek(javax.xml.namespace.QName elementName)
- Return true if the element with the given name is valid at the
current position. Does not advance the current position.
|
|||||||||
| Home >> All >> org >> apache >> [ xmlbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC