|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRIElement | |
---|---|
org.apache.abdera.ext.rss | |
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.parser.stax |
Uses of IRIElement in org.apache.abdera.ext.rss |
---|
Classes in org.apache.abdera.ext.rss that implement IRIElement | |
---|---|
class |
RssGuid
|
class |
RssImage
|
class |
RssItem
|
class |
RssUriElement
|
Methods in org.apache.abdera.ext.rss with parameters of type IRIElement | ||
---|---|---|
void |
RssChannel.setIconElement(IRIElement iri)
|
|
|
RssFeed.setIconElement(IRIElement iri)
|
|
|
RssSource.setIconElement(IRIElement iri)
|
|
Entry |
RssItem.setIdElement(IRIElement id)
|
|
void |
RssChannel.setIdElement(IRIElement id)
|
|
|
RssFeed.setIdElement(IRIElement id)
|
|
|
RssSource.setIdElement(IRIElement id)
|
|
void |
RssChannel.setLogoElement(IRIElement iri)
|
|
|
RssFeed.setLogoElement(IRIElement iri)
|
|
|
RssSource.setLogoElement(IRIElement iri)
|
|
Person |
RssPerson.setUriElement(IRIElement element)
|
Uses of IRIElement in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return IRIElement | |
---|---|
IRIElement |
Factory.newIcon()
Create a new icon element. |
IRIElement |
Factory.newIcon(Element parent)
Create a new icon element as a child of the given Element. |
IRIElement |
Factory.newID()
Create a new id element. |
IRIElement |
Factory.newID(Element parent)
Create a new id element as a child of the given Element. |
IRIElement |
Factory.newIRIElement(QName qname,
Element parent)
Create a new IRI element with the given QName as a child of the given Element. |
IRIElement |
Factory.newLogo()
Create a new logo element. |
IRIElement |
Factory.newLogo(Element parent)
Create a new logo element as a child of the given Element. |
IRIElement |
Factory.newUri()
Create a new uri element. |
IRIElement |
Factory.newUri(Element parent)
Create a new uri element as a child of the given Element. |
Uses of IRIElement in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return IRIElement | |
---|---|
IRIElement |
Source.getIconElement()
RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed... |
IRIElement |
Entry.getIdElement()
Returns the universally unique identifier for this entry |
IRIElement |
Source.getIdElement()
RFC4287: The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed. |
IRIElement |
Source.getLogoElement()
RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed. |
IRIElement |
PersonWrapper.getUriElement()
|
IRIElement |
Person.getUriElement()
The "atom:uri" element's content conveys an IRI associated with the person. |
IRIElement |
Entry.newId()
Creates a new randomized atom:id for the entry |
IRIElement |
Source.newId()
Creates a new randomized atom:id for the entry |
IRIElement |
Source.setIcon(String iri)
RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed... |
IRIElement |
Entry.setId(String id)
Sets the universally unique identifier for this entry |
IRIElement |
Source.setId(String id)
Sets the universally unique identifier for this feed |
IRIElement |
Entry.setId(String id,
boolean normalize)
Sets the universally unique identifier for this entry |
IRIElement |
Source.setId(String id,
boolean normalize)
Sets the universally unique identifier for this feed |
IRIElement |
Source.setLogo(String iri)
RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed. |
IRIElement |
IRIElement.setNormalizedValue(String iri)
Set the value of this element using the normalization as specified in RFC4287 |
IRIElement |
PersonWrapper.setUri(String uri)
|
IRIElement |
Person.setUri(String uri)
The "atom:uri" element's content conveys an IRI associated with the person. |
IRIElement |
IRIElement.setValue(String iri)
Sets the value of the element |
Methods in org.apache.abdera.model with parameters of type IRIElement | ||
---|---|---|
|
Source.setIconElement(IRIElement iri)
RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed... |
|
Entry |
Entry.setIdElement(IRIElement id)
Sets the universally unique identifier for this entry |
|
|
Source.setIdElement(IRIElement id)
RFC4287: The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed. |
|
|
Source.setLogoElement(IRIElement iri)
RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed. |
|
Person |
PersonWrapper.setUriElement(IRIElement element)
|
|
Person |
Person.setUriElement(IRIElement uri)
The "atom:uri" element's content conveys an IRI associated with the person. |
Uses of IRIElement in org.apache.abdera.parser.stax |
---|
Classes in org.apache.abdera.parser.stax that implement IRIElement | |
---|---|
class |
FOMIRI
|
Methods in org.apache.abdera.parser.stax that return IRIElement | |
---|---|
IRIElement |
FOMSource.getIconElement()
|
IRIElement |
FOMEntry.getIdElement()
|
IRIElement |
FOMSource.getIdElement()
|
IRIElement |
FOMSource.getLogoElement()
|
IRIElement |
FOMPerson.getUriElement()
|
IRIElement |
FOMFactory.newIcon()
|
IRIElement |
FOMFactory.newIcon(Element parent)
|
IRIElement |
FOMEntry.newId()
|
IRIElement |
FOMSource.newId()
|
IRIElement |
FOMFactory.newID()
|
IRIElement |
FOMFactory.newID(Element parent)
|
IRIElement |
FOMFactory.newID(QName qname,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
IRIElement |
FOMFactory.newIRIElement(QName qname,
Element parent)
|
IRIElement |
FOMFactory.newLogo()
|
IRIElement |
FOMFactory.newLogo(Element parent)
|
IRIElement |
FOMFactory.newUri()
|
IRIElement |
FOMFactory.newUri(Element parent)
|
IRIElement |
FOMFactory.newURIElement(QName qname,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
IRIElement |
FOMSource.setIcon(String value)
|
IRIElement |
FOMEntry.setId(String value)
|
IRIElement |
FOMSource.setId(String value)
|
IRIElement |
FOMEntry.setId(String value,
boolean normalize)
|
IRIElement |
FOMSource.setId(String value,
boolean normalize)
|
IRIElement |
FOMSource.setLogo(String value)
|
IRIElement |
FOMIRI.setNormalizedValue(String uri)
|
IRIElement |
FOMPerson.setUri(String uri)
|
IRIElement |
FOMIRI.setValue(String iri)
|
Methods in org.apache.abdera.parser.stax with parameters of type IRIElement | ||
---|---|---|
|
FOMSource.setIconElement(IRIElement iri)
|
|
Entry |
FOMEntry.setIdElement(IRIElement id)
|
|
|
FOMSource.setIdElement(IRIElement id)
|
|
|
FOMSource.setLogoElement(IRIElement iri)
|
|
Person |
FOMPerson.setUriElement(IRIElement uri)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |