|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLParser | |
---|---|
com.thebuzzmedia.sjxp.rule |
Uses of XMLParser in com.thebuzzmedia.sjxp.rule |
---|
Methods in com.thebuzzmedia.sjxp.rule with parameters of type XMLParser | |
---|---|
void |
IRule.handleParsedAttribute(XMLParser<T> parser,
int index,
String value,
T userObject)
Handler method called by the XMLParser when an IRule of
type IRule.Type.ATTRIBUTE matches the parser's current location in the
document. |
void |
DefaultRule.handleParsedAttribute(XMLParser<T> parser,
int index,
String value,
T userObject)
Default no-op implementation. |
void |
IRule.handleParsedCharacters(XMLParser<T> parser,
String text,
T userObject)
Handler method called by the XMLParser when an IRule of
type IRule.Type.CHARACTER matches the parser's current location in the
document. |
void |
DefaultRule.handleParsedCharacters(XMLParser<T> parser,
String text,
T userObject)
Default no-op implementation. |
void |
IRule.handleTag(XMLParser<T> parser,
boolean isStartTag,
T userObject)
Handler method called by the XMLParser when an IRule of
type IRule.Type.TAG matches the parser's current location in the
document. |
void |
DefaultRule.handleTag(XMLParser<T> parser,
boolean isStartTag,
T userObject)
Default no-op implementation. |
|
Copyright 2011 The Buzz Media, LLC | |||||||||
PREV NEXT | FRAMES NO FRAMES |