|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
protected Item[] |
SimplePath.pathList
|
static Item |
Item.ITEM_ANY
|
| 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,
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. |
boolean |
SimplePath.matches(Item[] path)
Checks if the given array of items matches this path. |
| Constructors in org.apache.commons.xmlio.in with parameters of type Item | |
SimplePath(java.lang.String path,
Item[] pathList)
Creates a path object from a string describing it. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||