public interface ContentModule extends Module
Modifier and Type | Field and Description |
---|---|
static String |
RDF_URI |
static String |
URI |
Modifier and Type | Method and Description |
---|---|
List<ContentItem> |
getContentItems()
Contains a list of ContentItems that represent the "Original Syntax" set.
|
List<String> |
getContents()
Returns a List of Strings containing whatever new or original syntax items are in the
element.
|
List<String> |
getEncodeds()
Returns a List of Strings containing the New Syntax Encoded values are in the element.
|
String |
getUri()
Returns the URI of the module.
|
void |
setContentItems(List<ContentItem> list)
Contains a list of ContentItems that represent the "Original Syntax" set.
|
void |
setContents(List<String> contents)
Sets a List of Strings containing whatever new or original syntax items are in the element.
|
void |
setEncodeds(List<String> encodeds)
Sets a List of Strings containing the New Syntax Encoded values are in the element.
|
String |
toString(String str) |
copyFrom, getInterface
static final String URI
static final String RDF_URI
List<String> getEncodeds()
void setEncodeds(List<String> encodeds)
List<ContentItem> getContentItems()
com.totsp.xml.syndication.content.ContentItem
void setContentItems(List<ContentItem> list)
List
- of ContentItems.com.totsp.xml.syndication.content.ContentItem
List<String> getContents()
Copyright © 2020. All rights reserved.