Package org.geotools.xsd.impl
Class GetPropertyExecutor
- Object
-
- GetPropertyExecutor
-
- All Implemented Interfaces:
BindingWalker.Visitor
public class GetPropertyExecutor extends Object implements BindingWalker.Visitor
Gets children from a parent object, visiting bindings in the hierachy until one is found.- Author:
- Justin Deoliveira, The Open Planning Project
-
-
Constructor Summary
Constructors Constructor Description GetPropertyExecutor(Object parent, XSDNamedComponent content)
-
-
-
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 interfaceBindingWalker.Visitor
-
-