-
Method Summary
void
initialize(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser,
GPEDefaultGmlParser handler,
org.gvsig.xmlpull.lib.api.stream.IQName lastTag)
It initializes a coordinates iterator and put the
parsing pointer in the specified tag
void
This method advances the stream reader until the last
tag of the coordinates iterator.
-
Method Details
-
initialize
void initialize(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser,
GPEDefaultGmlParser handler,
org.gvsig.xmlpull.lib.api.stream.IQName lastTag)
throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException,
IOException
It initializes a coordinates iterator and put the
parsing pointer in the specified tag
- Parameters:
parser - The XML parser
handler - The GPE parser that contains the content handler and
the error handler
lastTag - The last tag
- Throws:
org.gvsig.xmlpull.lib.api.stream.XmlStreamException
IOException
-
parseAll
void parseAll()
throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException
This method advances the stream reader until the last
tag of the coordinates iterator.
- Throws:
org.gvsig.xmlpull.lib.api.stream.XmlStreamException