public class SLDVendorOptionBinding extends AbstractComplexBinding
<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>
| Constructor and Description |
|---|
SLDVendorOptionBinding(FilterFactory filterFactory) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getTarget() |
Class |
getType() |
Object |
parse(ElementInstance instance,
Node node,
Object value)
Subclasses should override this method, the default implementation return
null. |
encode, getExecutionMode, getProperties, getProperties, getProperty, initialize, initializeChildContextpublic SLDVendorOptionBinding(FilterFactory filterFactory)
public QName getTarget()
public Class getType()
public Object parse(ElementInstance instance, Node node, Object value) throws Exception
AbstractComplexBindingnull.parse in interface ComplexBindingparse in class AbstractComplexBindinginstance - The element being parsed.node - The node in the parse tree representing the element being parsed.value - The result of the parse from another strategy in the type hierarchy. Could be
null if this is the first strategy being executed.Exception - Strategy objects should not attempt to handle any exceptions.Copyright © 1996–2019 Geotools. All rights reserved.