Uses of Interface
net.sf.oval.ogn.ObjectGraphNavigator

Packages that use ObjectGraphNavigator
net.sf.oval.ogn   
 

Uses of ObjectGraphNavigator in net.sf.oval.ogn
 

Classes in net.sf.oval.ogn that implement ObjectGraphNavigator
 class ObjectGraphNavigatorDefaultImpl
          Default object graph navigator implementation.
 class ObjectGraphNavigatorJXPathImpl
          JXPath "http://commons.apache.org/jxpath/" based object graph navigator implementation.
 

Methods in net.sf.oval.ogn that return ObjectGraphNavigator
 ObjectGraphNavigator ObjectGraphNavigatorRegistry.getObjectGraphNavigator(String id)
           
 ObjectGraphNavigator ObjectGraphNavigatorRegistry.registerObjectGraphNavigator(String id, ObjectGraphNavigator ogn)
           
 

Methods in net.sf.oval.ogn with parameters of type ObjectGraphNavigator
 ObjectGraphNavigator ObjectGraphNavigatorRegistry.registerObjectGraphNavigator(String id, ObjectGraphNavigator ogn)
           
 



Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.