|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xpointer.parsing.ElementSchemeParser
This class parses the schemedata of the element() scheme. The expression must conform to the following syntax: elementschemedata ::= (Name, childseq) | childseq childseq ::= ('/' [1-9] [0-9]* )+ A Token queue is created; the first token can be a String object (corresponding to the Name token) and the following tokens are Integer objects.
Constructor Summary | |
ElementSchemeParser(java.lang.String schemedata)
Creates new ElementSchemeParser |
Method Summary | |
java.lang.Object[] |
getTokenQueue()
Returns the token queue created after the parsing of the schemedata of the element() scheme. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ElementSchemeParser(java.lang.String schemedata)
schemedata
- the schemedata of element schemeMethod Detail |
public java.lang.Object[] getTokenQueue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |