Class DescriptionBinding
java.lang.Object
org.gvsig.gpe.prov.gml.parser.v2.features.DescriptionBinding
This class parses the gml:description tag. Example:
<gml:description>GML tag desciption</gml:description>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDefaultGmlParser handler) It parses the gml:description tag
-
Constructor Details
-
DescriptionBinding
public DescriptionBinding()
-
-
Method Details
-
parse
public String parse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDefaultGmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException It parses the gml:description tag- Parameters:
parser- The XML parserhandler- The GPE parser that contains the content handler and the error handler- Returns:
- The description
- Throws:
org.gvsig.xmlpull.lib.api.stream.XmlStreamExceptionIOException
-