|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Type of ContextObject to usepublic interface ParserContext<T>
Interface for ParserContext implementations.
The standard implementation of this interface returned by
XmlParserFactory
is generified to be able to meet users requirements
while parsing
Method Summary | |
---|---|
T |
getContextObject()
Returns the context object of type T for being available while parsing |
java.lang.String |
getParserState()
Returns the state string to identify different states of parsing on same TagDefinitionParser implementations for all parsing reasons |
void |
setContextObject(T contextObject)
Sets the context object of type T for being available while parsing |
void |
setParserState(java.lang.String parserState)
Sets the state string to identify different states for parsing on same TagDefinitionParser implementations for all parsing reasons |
Method Detail |
---|
void setContextObject(T contextObject)
contextObject
- Instance of type TT getContextObject()
void setParserState(java.lang.String parserState)
TagDefinitionParser
implementations for all parsing reasons
parserState
- String to identify a parser statejava.lang.String getParserState()
TagDefinitionParser
implementations for all parsing reasons
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |