Package org.geotools.csw.bindings
Class ElementSetNameTypeBinding
- Object
-
- AbstractComplexBinding
-
- AbstractComplexEMFBinding
-
- ComplexEMFBinding
-
- SimpleContentComplexEMFBinding
-
- ElementSetNameTypeBinding
-
- All Implemented Interfaces:
Binding,ComplexBinding,InstanceBinding
public class ElementSetNameTypeBinding extends SimpleContentComplexEMFBinding
-
-
Constructor Summary
Constructors Constructor Description ElementSetNameTypeBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectparse(ElementInstance instance, Node node, Object value)Takes value and sets its to the object value.-
Methods inherited from class SimpleContentComplexEMFBinding
encode
-
Methods inherited from class ComplexEMFBinding
getTarget, toString
-
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, getType, setProperty
-
Methods inherited from class AbstractComplexBinding
getExecutionMode, getProperties, initialize, initializeChildContext
-
-
-
-
Method Detail
-
parse
public Object parse(ElementInstance instance, Node node, Object value) throws Exception
Description copied from class:SimpleContentComplexEMFBindingTakes value and sets its to the object value.- Specified by:
parsein interfaceComplexBinding- Overrides:
parsein classSimpleContentComplexEMFBinding- Parameters:
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.- Returns:
- The parsed object, or null if the component could not be parsed.
- Throws:
Exception- Strategy objects should not attempt to handle any exceptions.
-
-