| 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 Item |
DIDLParser.createItem(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected DIDLParser.ItemHandler |
DIDLParser.createItemHandler(Item instance,
SAXParser.Handler<?> parent) |
protected void |
DIDLParser.generateItem(Item item,
Document descriptor,
Element parent) |
| Constructor and Description |
|---|
ItemHandler(Item instance,
SAXParser.Handler<?> parent) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Item> |
DIDLContent.items |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
DIDLContent.getItems() |
protected List<Item> |
DIDLContent.replaceGenericItems(List<Item> genericItems) |
| Modifier and Type | Method and Description |
|---|---|
DIDLContent |
DIDLContent.addItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Item> |
DIDLContent.replaceGenericItems(List<Item> genericItems) |
void |
DIDLContent.setItems(List<Item> items) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Item> |
Container.items |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
Container.getItems() |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.addItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setItems(List<Item> items) |
| Constructor and Description |
|---|
Container(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioBook |
class |
AudioBroadcast |
class |
AudioItem |
class |
ImageItem |
class |
Movie |
class |
MusicTrack |
class |
MusicVideoClip |
class |
Photo |
class |
PlaylistItem |
class |
TextItem |
class |
VideoBroadcast |
class |
VideoItem |
| Constructor and Description |
|---|
AudioBook(Item other) |
AudioBroadcast(Item other) |
AudioItem(Item other) |
ImageItem(Item other) |
Item(Item other) |
Movie(Item other) |
MusicTrack(Item other) |
MusicVideoClip(Item other) |
Photo(Item other) |
PlaylistItem(Item other) |
TextItem(Item other) |
VideoBroadcast(Item other) |
VideoItem(Item other) |
Copyright © 2023 jUPnP.org. All rights reserved.