org.geotools.xml
Class PullParser
Object
PullParser
public class PullParser
- extends Object
XML pull parser capable of streaming.
Similar in nature to StreamingParser
but based on XPP pull parsing rather than SAX.
- Author:
- Justin Deoliveira, OpenGeo
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PullParser
public PullParser(Configuration config,
InputStream input,
QName element)
PullParser
public PullParser(Configuration config,
InputStream input,
Class type)
PullParser
public PullParser(Configuration config,
InputStream input,
Object... handlerSpecs)
PullParser
public PullParser(Configuration config,
InputStream input,
PullParser.PullParserHandler handler)
parse
public Object parse()
throws XMLStreamException,
IOException,
SAXException
- Throws:
XMLStreamException
IOException
SAXException
Copyright © 1996-2014 Geotools. All Rights Reserved.