public abstract class ExtensibleElement extends java.lang.Object implements Element, Extensible
| Constructor and Description |
|---|
ExtensibleElement() |
| Modifier and Type | Method and Description |
|---|---|
Extensible |
getExtensible()
Get the
Extensible information. |
boolean |
isExtensible()
Find out whether this element is
Extensible. |
boolean |
mayHaveChildren()
Find out whether this element contains other elements as children.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildrengetBase, getExtends, getPartOfgetIDpublic boolean mayHaveChildren()
ElementmayHaveChildren in interface Elementpublic boolean isExtensible()
ElementExtensible.isExtensible in interface ElementExtensible.public Extensible getExtensible()
ElementExtensible information.getExtensible in interface Elementtrue from the
isExtensible() method, must implement the Extensible
interface and return this from their implementation of
this method.