org.geotools.csw.bindings
Class ElementSetNameTypeBinding

Object
  extended by AbstractComplexBinding
      extended by AbstractComplexEMFBinding
          extended by ComplexEMFBinding
              extended by SimpleContentComplexEMFBinding
                  extended by ElementSetNameTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding, InstanceBinding

public class ElementSetNameTypeBinding
extends SimpleContentComplexEMFBinding


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
ElementSetNameTypeBinding()
           
 
Method Summary
 Object parse(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, getProperties, initialize, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementSetNameTypeBinding

public ElementSetNameTypeBinding()
Method Detail

parse

public Object parse(ElementInstance instance,
                    Node node,
                    Object value)
             throws Exception
Description copied from class: SimpleContentComplexEMFBinding
Takes value and sets its to the object value.

Specified by:
parse in interface ComplexBinding
Overrides:
parse in class SimpleContentComplexEMFBinding
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.


Copyright © 1996-2014 Geotools. All Rights Reserved.