|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Div | |
---|---|
org.apache.abdera.ext.html | |
org.apache.abdera.ext.rss | |
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.parser.stax |
Uses of Div in org.apache.abdera.ext.html |
---|
Methods in org.apache.abdera.ext.html that return Div | |
---|---|
static Div |
HtmlHelper.parse(Abdera abdera,
InputStream in)
|
static Div |
HtmlHelper.parse(Abdera abdera,
InputStream in,
String charset)
|
static Div |
HtmlHelper.parse(Abdera abdera,
Reader in)
|
static Div |
HtmlHelper.parse(Abdera abdera,
String value)
|
static Div |
HtmlHelper.parse(InputStream in)
|
static Div |
HtmlHelper.parse(InputStream in,
String charset)
|
static Div |
HtmlHelper.parse(Reader in)
|
static Div |
HtmlHelper.parse(String value)
|
Uses of Div in org.apache.abdera.ext.rss |
---|
Methods in org.apache.abdera.ext.rss that return Div | |
---|---|
Div |
RssText.getValueElement()
|
Methods in org.apache.abdera.ext.rss with parameters of type Div | |
---|---|
Text |
RssItem.setRights(Div value)
|
Text |
RssChannel.setRights(Div value)
|
Text |
RssFeed.setRights(Div value)
|
Text |
RssSource.setRights(Div value)
|
Text |
RssChannel.setSubtitle(Div value)
|
Text |
RssFeed.setSubtitle(Div value)
|
Text |
RssSource.setSubtitle(Div value)
|
Text |
RssItem.setSummary(Div value)
|
Text |
RssItem.setTitle(Div value)
|
Text |
RssChannel.setTitle(Div value)
|
Text |
RssFeed.setTitle(Div value)
|
Text |
RssSource.setTitle(Div value)
|
Text |
RssText.setValueElement(Div value)
|
Uses of Div in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Div | |
---|---|
Div |
Factory.newDiv()
Create a new Div element. |
Div |
Factory.newDiv(Base parent)
Create a new Div element as a child of the given Base. |
Uses of Div in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Div | |
---|---|
Div |
Text.getValueElement()
Return the text value element |
Div |
Div.setId(String id)
Sets the value of the div element's id attribute |
Div |
Div.setTitle(String title)
Set the value of the div element's title attribute |
Div |
Div.setXhtmlClass(String[] classes)
Sets the array of class attribute values on the div |
Methods in org.apache.abdera.model with parameters of type Div | |
---|---|
Text |
Entry.setRights(Div value)
Sets the value of the right as @type="xhtml" |
Text |
Source.setRights(Div value)
Sets the value of the rights as @type="xhtml" |
Text |
Source.setSubtitle(Div value)
Sets the value of the subtitle as @type="xhtml" |
Text |
Entry.setSummary(Div value)
Sets the value of the summary as @type="xhtml" |
Text |
Entry.setTitle(Div value)
Sets the value of the title as @type="xhtml" |
Text |
Source.setTitle(Div value)
Sets the value of the title as @type="xhtml" |
Text |
Text.setValueElement(Div value)
Set the text value element |
Uses of Div in org.apache.abdera.parser.stax |
---|
Classes in org.apache.abdera.parser.stax that implement Div | |
---|---|
class |
FOMDiv
|
Methods in org.apache.abdera.parser.stax that return Div | |
---|---|
Div |
FOMText.getValueElement()
|
Div |
FOMFactory.newDiv()
|
Div |
FOMFactory.newDiv(Base parent)
|
Div |
FOMFactory.newDiv(QName qname,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
Div |
FOMDiv.setId(String id)
|
Div |
FOMDiv.setTitle(String title)
|
Div |
FOMDiv.setXhtmlClass(String[] classes)
|
Methods in org.apache.abdera.parser.stax with parameters of type Div | |
---|---|
Text |
FOMEntry.setRights(Div value)
|
Text |
FOMSource.setRights(Div value)
|
Text |
FOMSource.setSubtitle(Div value)
|
Text |
FOMEntry.setSummary(Div value)
|
Text |
FOMEntry.setTitle(Div value)
|
Text |
FOMSource.setTitle(Div value)
|
Text |
FOMText.setValueElement(Div value)
|
protected Text |
FOMElement.setXhtmlText(QName qname,
Div value,
IRI baseUri)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |