| Package | Description |
|---|---|
| org.jupnp.support.contentdirectory | |
| org.jupnp.support.contentdirectory.callback | |
| org.jupnp.support.model |
| Modifier and Type | Method and Description |
|---|---|
DIDLContent |
DIDLParser.parse(String xml)
Reads and unmarshalls an XML representation into a DIDL content model.
|
DIDLContent |
DIDLParser.parseResource(String resource)
Uses the current thread's context classloader to read and unmarshall the given resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected Document |
DIDLParser.buildDOM(DIDLContent content,
boolean nestedItems) |
protected DIDLParser.RootHandler |
DIDLParser.createRootHandler(DIDLContent instance,
SAXParser parser) |
String |
DIDLParser.generate(DIDLContent content)
Generates a XML representation of the content model.
|
String |
DIDLParser.generate(DIDLContent content,
boolean nestedItems)
Generates an XML representation of the content model.
|
protected void |
DIDLParser.generateRoot(DIDLContent content,
Document descriptor,
boolean nestedItems) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Search.received(ActionInvocation<?> actionInvocation,
DIDLContent didl) |
abstract void |
Browse.received(ActionInvocation<?> actionInvocation,
DIDLContent didl) |
| Modifier and Type | Method and Description |
|---|---|
DIDLContent |
DIDLContent.addContainer(Container container) |
DIDLContent |
DIDLContent.addDescMetadata(DescMeta<?> descMetadata) |
DIDLContent |
DIDLContent.addItem(Item item) |
DIDLContent |
DIDLContent.addObject(Object object)
|
Copyright © 2023 jUPnP.org. All rights reserved.