public class DocumentBinding
extends java.lang.Object
<Document>
<Placemark>
<name>CDATA example</name>
<description>Description example</description>
<Point>
<oordinates>102.595626,14.996729</coordinates>
</Point>
</Placemark>
</Document>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#document| Constructor and Description |
|---|
DocumentBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
parse(IXmlStreamReader parser,
GPEDeafultKmlParser handler)
It parses the Document tag
|
public java.lang.Object parse(IXmlStreamReader parser,
GPEDeafultKmlParser handler)
throws XmlStreamException,
java.io.IOException
parser - The XML parserhandler - The GPE parser that contains the content handler and
the error handlerXmlStreamExceptionjava.io.IOException