|
LPEX 4.2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LpexParser
Interface LpexParser can be implemented to define a document parser.
A parser is associated with one particular view of a document. The parser must have a constructor whose parameter is this view:
MyLpexParser(LpexView lpexView) {}
LpexCommonParser| Method Summary | |
|---|---|
String |
getProperty(String key)
Retrieve a parser property. |
void |
parse(int element)
Incremental parse. |
void |
resetParser()
Remove all of the parser specifics from the document view. |
void |
totalParse()
Total parse. |
| Method Detail |
|---|
void resetParser()
void totalParse()
void parse(int element)
element - an element affected by a committed change in this viewString getProperty(String key)
key - property name
|
LPEX 4.2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||