org.geotools.xml.impl
Class GetPropertiesExecutor

Object
  extended by 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

Constructor Summary
GetPropertiesExecutor(Object parent)
           
 
Method Summary
 List getProperties()
           
 void visit(Binding binding)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertiesExecutor

public GetPropertiesExecutor(Object parent)
Method Detail

getProperties

public List getProperties()

visit

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


Copyright © 1996-2009 Geotools. All Rights Reserved.