org.geotools.xml.impl
Class GetPropertyExecutor

Object
  extended by GetPropertyExecutor
All Implemented Interfaces:
BindingWalker.Visitor

public class GetPropertyExecutor
extends 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(Object parent, XSDNamedComponent content)
           
 
Method Summary
 Object getChildObject()
           
 void visit(Binding binding)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertyExecutor

public GetPropertyExecutor(Object parent,
                           XSDNamedComponent content)
Method Detail

getChildObject

public Object getChildObject()

visit

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


Copyright © 1996-2014 Geotools. All Rights Reserved.