public class TypedLiteralTypeBinding extends AbstractComplexBinding
<complexType name="TypedLiteralType">
<annotation>
<documentation>A single value for a variable, encoded as a string. This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter. The "type" attribute indicates the datatype of this value (default is a string). The value for a typed literal is found by applying the datatype mapping associated with the datatype URI to the lexical form string. </documentation>
</annotation>
<simpleContent>
<extension base="string">
<attribute ref="wcs:type" use="optional">
<annotation>
<documentation>Should be included unless the datatype is string, or this "type" attribute is included in an enclosing element. </documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
Constructor and Description |
---|
TypedLiteralTypeBinding() |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
Class |
getType() |
Object |
parse(ElementInstance instance,
Node node,
Object value) |
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
public QName getTarget()
public Class getType()
public Object parse(ElementInstance instance, Node node, Object value) throws Exception
parse
in interface ComplexBinding
parse
in class AbstractComplexBinding
instance
- 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–2022 Geotools. All rights reserved.