Uses of Class
org.fourthline.cling.support.model.DIDLContent

Packages that use DIDLContent
org.fourthline.cling.support.contentdirectory   
org.fourthline.cling.support.contentdirectory.callback   
org.fourthline.cling.support.contentdirectory.ui   
org.fourthline.cling.support.model   
 

Uses of DIDLContent in org.fourthline.cling.support.contentdirectory
 

Methods in org.fourthline.cling.support.contentdirectory that return DIDLContent
 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.
 

Methods in org.fourthline.cling.support.contentdirectory with parameters of type DIDLContent
protected  Document DIDLParser.buildDOM(DIDLContent content, boolean nestedItems)
           
protected  DIDLParser.RootHandler DIDLParser.createRootHandler(DIDLContent instance, org.seamless.xml.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)
           
 

Uses of DIDLContent in org.fourthline.cling.support.contentdirectory.callback
 

Methods in org.fourthline.cling.support.contentdirectory.callback with parameters of type DIDLContent
abstract  void Search.received(ActionInvocation actionInvocation, DIDLContent didl)
           
abstract  void Browse.received(ActionInvocation actionInvocation, DIDLContent didl)
           
 

Uses of DIDLContent in org.fourthline.cling.support.contentdirectory.ui
 

Methods in org.fourthline.cling.support.contentdirectory.ui with parameters of type DIDLContent
 void ContentBrowseActionCallback.received(ActionInvocation actionInvocation, DIDLContent didl)
           
 

Uses of DIDLContent in org.fourthline.cling.support.model
 

Methods in org.fourthline.cling.support.model that return DIDLContent
 DIDLContent DIDLContent.addContainer(Container container)
           
 DIDLContent DIDLContent.addDescMetadata(DescMeta descMetadata)
           
 DIDLContent DIDLContent.addItem(Item item)
           
 DIDLContent DIDLContent.addObject(Object object)
          Adds Item or Container typed instances, ignores everything else.
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.