Class DocumentBinding
java.lang.Object
org.gvsig.gpe.prov.kml.parser.v21.features.DocumentBinding
This class parsers a Document tag. Example:
<Document>
<Placemark>
<name>CDATA example</name>
<description>Description example</description>
<Point>
<oordinates>102.595626,14.996729</coordinates>
</Point>
</Placemark>
</Document>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) It parses the Document tag
-
Constructor Details
-
DocumentBinding
public DocumentBinding()
-
-
Method Details
-
parse
public Object parse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException It parses the Document tag- Parameters:
parser- The XML parserhandler- The GPE parser that contains the content handler and the error handler- Returns:
- A Layer
- Throws:
org.gvsig.xmlpull.lib.api.stream.XmlStreamExceptionIOException
-