Uses of Class
org.apache.commons.xmlio.in.Item

Packages that use Item
org.apache.commons.xmlio.in SimpleImporter 
 

Uses of Item in org.apache.commons.xmlio.in
 

Fields in org.apache.commons.xmlio.in declared as Item
static Item Item.ITEM_ANY
           
protected  Item[] SimplePath.pathList
           
 

Methods in org.apache.commons.xmlio.in with parameters of type Item
 boolean SimplePath.matches(Item name)
          Checks if an item matches the last segment of this path.
 boolean SimplePath.matches(Item[] path)
          Checks if the given array of items matches this path.
 boolean SimplePath.matches(Item[] path, boolean isRelative)
          Checks if the given array of items matches this path.
 boolean SimplePath.matchesFromRoot(Item[] path)
          Checks if the given array of items matches this path from the root.
 

Constructors in org.apache.commons.xmlio.in with parameters of type Item
SimplePath(String path, Item[] pathList)
          Creates a path object from a string describing it.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.