Class DescriptionBinding

java.lang.Object
org.gvsig.gpe.prov.gml.parser.v2.features.DescriptionBinding

public class DescriptionBinding extends Object
This class parses the gml:description tag. Example:

 
 <gml:description>GML tag desciption</gml:description>
 
 

Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • 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 parser
      handler - The GPE parser that contains the content handler and the error handler
      Returns:
      The description
      Throws:
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      IOException