|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.model.ElementWrapper
org.apache.abdera.ext.rss.RssUriElement
public class RssUriElement
Constructor Summary | |
---|---|
RssUriElement(Element internal)
|
|
RssUriElement(Factory factory,
QName qname)
|
Method Summary | |
---|---|
IRI |
getResolvedValue()
Returns the value of the element resolved against the current in-scope Base URI |
IRI |
getValue()
Returns the value of the element as a java.net.URI |
IRIElement |
setNormalizedValue(String iri)
Set the value of this element using the normalization as specified in RFC4287 |
IRIElement |
setValue(String iri)
Sets the value of the element |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.abdera.model.Element |
---|
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText |
Methods inherited from interface org.apache.abdera.model.Base |
---|
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Constructor Detail |
---|
public RssUriElement(Element internal)
public RssUriElement(Factory factory, QName qname)
Method Detail |
---|
public IRI getResolvedValue()
IRIElement
getResolvedValue
in interface IRIElement
public IRI getValue()
IRIElement
getValue
in interface IRIElement
public IRIElement setNormalizedValue(String iri)
IRIElement
setNormalizedValue
in interface IRIElement
iri
- A non-normalized IRIpublic IRIElement setValue(String iri)
IRIElement
setValue
in interface IRIElement
iri
- The iri value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |