|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.trantor.xml.pullparser.SaxPullParser
An implementation of a namespace processing PullParser based on a standard SAX ("push") parser. SaxPullParser simply encapsulates a SAXParser converting it from a push to a pull parser.
| Constructor Summary | |
SaxPullParser(org.xml.sax.Parser parser,
org.xml.sax.InputSource inputSource)
Creates a new pull parser from a SAX parser and a SAX input source |
|
| Method Summary | |
ParseEvent |
peek()
reads the next event available from the parser without consuming it |
int |
peekType()
queries the type of the next parsing event. |
ParseEvent |
read()
reads the next event available from the parser |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SaxPullParser(org.xml.sax.Parser parser,
org.xml.sax.InputSource inputSource)
| Method Detail |
public ParseEvent read()
public ParseEvent peek()
public int peekType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||