public interface DocumentationElement extends NestedElement
Modifier and Type | Method and Description |
---|---|
XMLElement |
getContent()
Returns a XMLElement representing the DocumentationElement xml element.
|
void |
setContent(XMLElement documentationElement)
Sets the documentationElement XMLElement for this DocumentationElement.
|
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setContent(XMLElement documentationElement)
documentationElement
- A XMLElement representing the DocumentationElement xml element.XMLElement getContent()
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.