public class ShelfFinder
extends java.lang.Object
| Constructor and Description |
|---|
ShelfFinder()
instantiates a
ShelfFinder object |
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Document |
findAndMarkShelfs(java.lang.String location,
java.lang.String shelfmark)
finds a shelf and marks it with a color
|
java.util.List<org.jdom2.Element> |
findShelfs(org.jdom2.Document data,
java.lang.String location,
java.lang.String shelfmark)
finds a shelf and marks it with a color
|
public org.jdom2.Document findAndMarkShelfs(java.lang.String location,
java.lang.String shelfmark)
location - the location (room)shelfmark - the shelfmarkpublic java.util.List<org.jdom2.Element> findShelfs(org.jdom2.Document data,
java.lang.String location,
java.lang.String shelfmark)
data - the org.jdom2.Document containing the datalocation - the location (room)shelfmark - the shelfmark