Package org.geotools.xsd
Class PullParser
Object
PullParser
XML pull parser capable of streaming.
 
Similar in nature to StreamingParser but based on XPP pull parsing rather than SAX.
- Author:
- Justin Deoliveira, OpenGeo
- 
Constructor SummaryConstructorsConstructorDescriptionPullParser(Configuration config, InputStream input, Class type) PullParser(Configuration config, InputStream input, Object... handlerSpecs) PullParser(Configuration config, InputStream input, QName element) PullParser(Configuration config, InputStream input, PullParser.PullParserHandler handler) 
- 
Method SummaryModifier and TypeMethodDescriptionparse()voidsetContextCustomizer(ParserHandler.ContextCustomizer contextCustomizer) voidsetStrict(boolean strict) Sets if the parsing should be strict or notvoidsetURIHandler(URIHandler uriHandler) Changes the URIHandler for this parser
- 
Constructor Details- 
PullParser
- 
PullParser
- 
PullParser
- 
PullParser
 
- 
- 
Method Details- 
setContextCustomizer
- 
setStrictpublic void setStrict(boolean strict) Sets if the parsing should be strict or not
- 
setURIHandlerpublic void setURIHandler(URIHandler uriHandler) Changes the URIHandler for this parser
- 
parse
 
-