|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface IParser
Interface definition for configuration parser Concrete implementors are responsible for parsing a specific XML part of configuration data.
Method Summary | |
---|---|
void |
setCurrentAttributeName(String name)
Main director callback : Sets the name of the current attribute. |
void |
setCurrrentAttributeValue(String value)
Main director callback : sets the value of the current attribute. |
Method Detail |
---|
void setCurrentAttributeName(String name)
name
- the name of the current attribute.void setCurrrentAttributeValue(String value)
value
- the value of the current attribute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |