| |
|
| java.lang.Object com.hp.hpl.jena.assembler.Content
Content | public class Content (Code) | | A Content object records content to be used to fill models. This Content
class contains other Content objects.
author: kers |
Field Summary | |
final protected List | contents The list of component Content objects. | final public static Content | empty An empty Content object for your convenience. |
Constructor Summary | |
public | Content(List contents) Initialise a content object that includes the contents of each (Content) item
in the list contents . | public | Content() Initialise an empty Content object. |
Method Summary | |
public Model | fill(Model m) Answer the model m after filling it with the contents
described by this object. | public boolean | isEmpty() |
contents | final protected List contents(Code) | | The list of component Content objects.
|
empty | final public static Content empty(Code) | | An empty Content object for your convenience.
|
Content | public Content(List contents)(Code) | | Initialise a content object that includes the contents of each (Content) item
in the list contents .
|
Content | public Content()(Code) | | Initialise an empty Content object.
|
fill | public Model fill(Model m)(Code) | | Answer the model m after filling it with the contents
described by this object.
|
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|