public class Property
extends org.apache.abdera.model.ExtensibleElementWrapper
ExtensibleElement
for a property.Constructor and Description |
---|
Property(org.apache.abdera.model.Element internal)
Creates a property extensible element using the given internal element.
|
Property(org.apache.abdera.factory.Factory factory,
QName qName)
Creates a property extensible element using the given factory and the qualified name.
|
Modifier and Type | Method and Description |
---|---|
void |
addName(PropertyName propertyName)
Method to set a property name as an extension.
|
void |
addValue(PropertyValue propertyValue)
Method to set a property value as an extension.
|
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getExtInternal, getMustPreserveWhitespace, getSimpleExtension, getSimpleExtension, setMustPreserveWhitespace
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
finalize, getClass, notify, notifyAll, wait, wait, wait
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
public Property(org.apache.abdera.model.Element internal)
internal
- the internal element.public Property(org.apache.abdera.factory.Factory factory, QName qName)
factory
- the factoryqName
- the qualified name.public void addName(PropertyName propertyName)
propertyName
- the property name to set.PropertyName
public void addValue(PropertyValue propertyValue)
propertyValue
- the property value to set.PropertyValue
Copyright © 2016 WSO2 Inc. All Rights Reserved.