org.apache.abdera.ext.features
Class Features
java.lang.Object
org.apache.abdera.model.ElementWrapper
org.apache.abdera.model.ExtensibleElementWrapper
org.apache.abdera.ext.features.Features
- All Implemented Interfaces:
- Cloneable, Iterable<Element>, Base, Element, ExtensibleElement
public class Features
- extends ExtensibleElementWrapper
Methods inherited from class org.apache.abdera.model.ExtensibleElementWrapper |
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getExtInternal, getMustPreserveWhitespace, getSimpleExtension, getSimpleExtension, setMustPreserveWhitespace |
Methods inherited from class org.apache.abdera.model.ElementWrapper |
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo |
Methods inherited from interface org.apache.abdera.model.Element |
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, 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 |
Features
public Features(Element internal)
Features
public Features(Factory factory,
QName qname)
getResolvedHref
public IRI getResolvedHref()
getHref
public IRI getHref()
setHref
public void setHref(String href)
getName
public String getName()
setName
public void setName(String name)
addFeature
public void addFeature(Feature feature)
addFeature
public void addFeature(Feature... features)
addFeature
public Feature addFeature(String feature)
addFeature
public Feature addFeature(String feature,
String href,
String label)
addFeatures
public Feature[] addFeatures(String... features)
getFeatures
public List<Feature> getFeatures()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.