| 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 Res |
DIDLParser.createResource(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected DIDLParser.ResHandler |
DIDLParser.createResHandler(Res instance,
SAXParser.Handler<?> parent) |
protected void |
DIDLParser.generateResource(Res resource,
Document descriptor,
Element parent) |
| Constructor and Description |
|---|
ResHandler(Res instance,
SAXParser.Handler<?> parent) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Res> |
DIDLObject.resources |
| Modifier and Type | Method and Description |
|---|---|
Res |
DIDLObject.getFirstResource() |
| Modifier and Type | Method and Description |
|---|---|
List<Res> |
DIDLObject.getResources() |
| Modifier and Type | Method and Description |
|---|---|
DIDLObject |
DIDLObject.addResource(Res resource) |
| Modifier and Type | Method and Description |
|---|---|
DIDLObject |
DIDLObject.setResources(List<Res> resources) |
| Constructor and Description |
|---|
DIDLObject(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) |
| Constructor and Description |
|---|
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) |
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) |
| 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) |
AudioBook(String id,
String parentID,
String title,
String creator,
Person producer,
Person contributor,
String date,
Res... resource) |
AudioBroadcast(String id,
String parentID,
String title,
String creator,
Res... resource) |
AudioItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
AudioItem(String id,
String parentID,
String title,
String creator,
Res... resource) |
ImageItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
ImageItem(String id,
String parentID,
String title,
String creator,
Res... resource) |
Movie(String id,
Container parent,
String title,
String creator,
Res... resource) |
Movie(String id,
String parentID,
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) |
MusicTrack(String id,
String parentID,
String title,
String creator,
String album,
PersonWithRole artist,
Res... resource) |
MusicTrack(String id,
String parentID,
String title,
String creator,
String album,
String artist,
Res... resource) |
MusicVideoClip(String id,
Container parent,
String title,
String creator,
Res... resource) |
MusicVideoClip(String id,
String parentID,
String title,
String creator,
Res... resource) |
Photo(String id,
Container parent,
String title,
String creator,
String album,
Res... resource) |
Photo(String id,
String parentID,
String title,
String creator,
String album,
Res... resource) |
PlaylistItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
PlaylistItem(String id,
String parentID,
String title,
String creator,
Res... resource) |
TextItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
TextItem(String id,
String parentID,
String title,
String creator,
Res... resource) |
VideoBroadcast(String id,
Container parent,
String title,
String creator,
Res... resource) |
VideoBroadcast(String id,
String parentID,
String title,
String creator,
Res... resource) |
VideoItem(String id,
Container parent,
String title,
String creator,
Res... resource) |
VideoItem(String id,
String parentID,
String title,
String creator,
Res... resource) |
| Constructor and Description |
|---|
Item(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) |
Item(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,
String refID) |
Copyright © 2023 jUPnP.org. All rights reserved.