| Package | Description |
|---|---|
| org.jupnp.support.contentdirectory | |
| org.jupnp.support.model | |
| org.jupnp.support.model.container | |
| org.jupnp.support.model.item |
| Modifier and Type | Method and Description |
|---|---|
protected Container |
DIDLParser.createContainer(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected DIDLParser.ContainerHandler |
DIDLParser.createContainerHandler(Container instance,
SAXParser.Handler<?> parent) |
protected void |
DIDLParser.generateContainer(Container container,
Document descriptor,
Element parent,
boolean nestedItems) |
| Constructor and Description |
|---|
ContainerHandler(Container instance,
SAXParser.Handler<?> parent) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Container> |
DIDLContent.containers |
| Modifier and Type | Method and Description |
|---|---|
Container |
DIDLContent.getFirstContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
DIDLContent.getContainers() |
protected List<Container> |
DIDLContent.replaceGenericContainers(List<Container> genericContainers) |
| Modifier and Type | Method and Description |
|---|---|
DIDLContent |
DIDLContent.addContainer(Container container) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Container> |
DIDLContent.replaceGenericContainers(List<Container> genericContainers) |
void |
DIDLContent.setContainers(List<Container> containers) |
| Modifier and Type | Class and Description |
|---|---|
class |
Album |
class |
GenreContainer |
class |
MovieGenre |
class |
MusicAlbum |
class |
MusicArtist |
class |
MusicGenre |
class |
PersonContainer |
class |
PhotoAlbum |
class |
PlaylistContainer |
class |
StorageFolder |
class |
StorageSystem |
class |
StorageVolume |
| Modifier and Type | Field and Description |
|---|---|
protected List<Container> |
Container.containers |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.addContainer(Container container) |
Container |
Container.addItem(Item item) |
Container |
Container.getFirstContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
Container.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.addContainer(Container container) |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setContainers(List<Container> containers) |
| Constructor and Description |
|---|
AudioBook(String id,
Container parent,
String title,
String creator,
Res... resource) |
AudioBook(String id,
Container parent,
String title,
String creator,
String producer,
String contributor,
String date,
Res... resource) |
AudioItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
ImageItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz) |
Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
String refID) |
Movie(String id,
Container parent,
String title,
String creator,
Res... resource) |
MusicTrack(String id,
Container parent,
String title,
String creator,
String album,
PersonWithRole artist,
Res... resource) |
MusicTrack(String id,
Container parent,
String title,
String creator,
String album,
String artist,
Res... resource) |
MusicVideoClip(String id,
Container parent,
String title,
String creator,
Res... resource) |
Photo(String id,
Container parent,
String title,
String creator,
String album,
Res... resource) |
PlaylistItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
TextItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
VideoBroadcast(String id,
Container parent,
String title,
String creator,
Res... resource) |
VideoItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
Copyright © 2023 jUPnP.org. All rights reserved.