Class VendorOptionBinding

All Implemented Interfaces:
Binding, ComplexBinding

public class VendorOptionBinding extends SLDVendorOptionBinding
Binding object for the element http://www.opengis.net/se:VendorOption.
 <xsd:element name="VendorOption">
   <xsd:annotation>
     <xsd:documentation>
     GeoTools specific vendor extensions that allow for implementation
     specific features not necessarily supported by the core SLD spec.
     </xsd:documentation>
   </xsd:annotation>
   <xsd:complexType mixed="true">
     <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="name" type="xsd:string" />
         </xsd:extension>
     </xsd:simpleContent>
   </xsd:complexType>
 </xsd:element>
 
Author:
Justin Deoliveira, OpenGeo