org.geotools.xml.impl
Class GetPropertyExecutor

java.lang.Object
  extended by org.geotools.xml.impl.GetPropertyExecutor
All Implemented Interfaces:
BindingWalker.Visitor

public class GetPropertyExecutor
extends java.lang.Object
implements BindingWalker.Visitor

Gets children from a parent object, visiting bindings in teh hierachy until one is found.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
GetPropertyExecutor(java.lang.Object parent, org.eclipse.xsd.XSDNamedComponent content)
           
 
Method Summary
 java.lang.Object getChildObject()
           
 void visit(Binding binding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertyExecutor

public GetPropertyExecutor(java.lang.Object parent,
                           org.eclipse.xsd.XSDNamedComponent content)
Method Detail

getChildObject

public java.lang.Object getChildObject()

visit

public void visit(Binding binding)
Specified by:
visit in interface BindingWalker.Visitor


Copyright © 1996-2010 Geotools. All Rights Reserved.