|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DomElement | |
|---|---|
| de.umass.lastfm | |
| de.umass.xml | |
| Uses of DomElement in de.umass.lastfm |
|---|
| Methods in de.umass.lastfm that return DomElement | |
|---|---|
DomElement |
Result.getContentElement()
|
| Methods in de.umass.lastfm with parameters of type DomElement | ||
|---|---|---|
static
|
ResponseBuilder.buildCollection(DomElement element,
Class<T> itemClass)
|
|
static
|
ResponseBuilder.buildCollection(DomElement element,
de.umass.lastfm.ItemFactory<T> factory)
|
|
static
|
ResponseBuilder.buildItem(DomElement element,
Class<T> itemClass)
|
|
static
|
ResponseBuilder.buildPaginatedResult(DomElement contentElement,
DomElement childElement,
Class<T> itemClass)
|
|
static
|
ResponseBuilder.buildPaginatedResult(DomElement contentElement,
DomElement childElement,
de.umass.lastfm.ItemFactory<T> factory)
|
|
protected static void |
ImageHolder.loadImages(ImageHolder holder,
DomElement element)
|
|
protected static void |
MusicEntry.loadStandardInfo(MusicEntry entry,
DomElement element)
Loads all generic information from an XML DomElement into the given MusicEntry instance, i.e. |
|
| Uses of DomElement in de.umass.xml |
|---|
| Methods in de.umass.xml that return DomElement | |
|---|---|
DomElement |
DomElement.getChild(String name)
Returns the child element with the given name or null if it doesn't exist. |
| Methods in de.umass.xml that return types with arguments of type DomElement | |
|---|---|
List<DomElement> |
DomElement.getChildren()
|
List<DomElement> |
DomElement.getChildren(String name)
Returns all children of this element with the given tag name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||