|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRIElement | |
---|---|
org.apache.abdera.factory | |
org.apache.abdera.model |
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 |
Source.getIdElement()
RFC4287: The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed. |
IRIElement |
Entry.getIdElement()
Returns the universally unique identifier for this entry |
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 |
Source.newId()
Creates a new randomized atom:id for the entry |
IRIElement |
Entry.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 |
Source.setId(String id)
Sets the universally unique identifier for this feed |
IRIElement |
Entry.setId(String id)
Sets the universally unique identifier for this entry |
IRIElement |
Source.setId(String id,
boolean normalize)
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |