org.geotools.xml.impl
Class GetPropertiesExecutor
Object
GetPropertiesExecutor
- All Implemented Interfaces:
- BindingWalker.Visitor
public class GetPropertiesExecutor
- extends Object
- implements BindingWalker.Visitor
Gets properties from a parent object by visiting bindings in the hierachy.
The object properties are stored as name, object tuples.
- Author:
- Justin Deoliveira, The Open Planning Project
- Module:
modules/extension/xsd-core (gt-xsd-core.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetPropertiesExecutor
public GetPropertiesExecutor(Object parent,
XSDElementDeclaration element)
getProperties
public List getProperties()
visit
public void visit(Binding binding)
- Specified by:
visit
in interface BindingWalker.Visitor
Copyright © 1996-2009 Geotools. All Rights Reserved.