| 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 DescMeta<?> |
DIDLParser.createDescMeta(Attributes attributes) |
DescMeta<Document> |
DIDLParser.DescMetaHandler.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected DIDLParser.DescMetaHandler |
DIDLParser.createDescMetaHandler(DescMeta<?> instance,
SAXParser.Handler<?> parent) |
protected void |
DIDLParser.generateDescMetadata(DescMeta<?> descMeta,
Document descriptor,
Element parent) |
protected void |
DIDLParser.populateDescMetadata(Element descElement,
DescMeta<?> descMeta)
Expects an
org.w3c.Document as metadata, copies nodes of the document into the DIDL content. |
| Constructor and Description |
|---|
DescMetaHandler(DescMeta instance,
SAXParser.Handler<?> parent) |
| Modifier and Type | Field and Description |
|---|---|
protected List<DescMeta<?>> |
DIDLContent.descMetadata |
protected List<DescMeta<?>> |
DIDLObject.descMetadata |
| Modifier and Type | Method and Description |
|---|---|
List<DescMeta<?>> |
DIDLContent.getDescMetadata() |
List<DescMeta<?>> |
DIDLObject.getDescMetadata() |
| Modifier and Type | Method and Description |
|---|---|
DIDLContent |
DIDLContent.addDescMetadata(DescMeta<?> descMetadata) |
DIDLObject |
DIDLObject.addDescMetadata(DescMeta<?> descMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
DIDLContent.setDescMetadata(List<DescMeta<?>> descMetadata) |
void |
DIDLObject.setDescMetadata(List<DescMeta<?>> descMetadata) |
| 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 |
|---|
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.