Uses of Interface
org.jvnet.jaxb2_commons.locator.ItemObjectLocator

Packages that use ItemObjectLocator
org.jvnet.jaxb2_commons.locator   
org.jvnet.jaxb2_commons.locator.util   
 

Uses of ItemObjectLocator in org.jvnet.jaxb2_commons.locator
 

Classes in org.jvnet.jaxb2_commons.locator that implement ItemObjectLocator
 class DefaultItemObjectLocator
          Locator for the collection item.
 

Methods in org.jvnet.jaxb2_commons.locator that return ItemObjectLocator
 ItemObjectLocator ObjectLocator.item(int itemIndex, Object itemValue)
          Creates a locator for the item (like list or array item) relative to this locator.
 ItemObjectLocator AbstractObjectLocator.item(int index, Object value)
           
 

Uses of ItemObjectLocator in org.jvnet.jaxb2_commons.locator.util
 

Methods in org.jvnet.jaxb2_commons.locator.util that return ItemObjectLocator
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, boolean value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, byte value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, char value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, double value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, float value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, int value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, long value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, Object value)
           
static ItemObjectLocator LocatorUtils.item(ObjectLocator locator, int index, short value)
           
 



Copyright © 2005-2012. All Rights Reserved.