public abstract class JDOMJNode extends AbstractJNode
EMPTY_STRING_ARRAY, qualifiedName| Modifier | Constructor and Description |
|---|---|
protected |
JDOMJNode(IDOMNode idomNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
java.util.List |
getChildren()
Returns the children of this node.
|
java.lang.String |
getContents()
Returns the current contents of this document fragment.
|
JDOMFacadeHelper |
getFacadeHelper() |
int |
getFlags()
Returns the modifier flags for this node.
|
java.lang.String |
getName()
Returns the name of this node.
|
JNode |
getParent()
Returns the parent of this node.
|
protected IDOMNode |
getWrappedObject() |
boolean |
isDisposed() |
void |
setFacadeHelper(FacadeHelper facadeHelper) |
void |
setFlags(int flags)
Sets the flags for this member.
|
void |
setName(java.lang.String name)
Sets the name of this node.
|
computeQualifiedName, computeQualifiedName, computeQualifiedName, computeQualifiedName, getName, getQualifiedNamepublic void dispose()
dispose in class AbstractJNodepublic boolean isDisposed()
isDisposed in class AbstractJNodepublic JDOMFacadeHelper getFacadeHelper()
getFacadeHelper in class AbstractJNodepublic void setFacadeHelper(FacadeHelper facadeHelper)
setFacadeHelper in class AbstractJNodeprotected IDOMNode getWrappedObject()
getWrappedObject in class AbstractJNodepublic java.lang.String getName()
JNodenull if it has no namepublic void setName(java.lang.String name)
JNodeJNode.getQualifiedName()public int getFlags()
JNodeFacadeFlags.getFlags in interface JNodegetFlags in class AbstractJNodepublic void setFlags(int flags)
JNodeFacadeFlags class.flags - the flagspublic java.lang.String getContents()
JNodeNote: To obtain complete source for the ".java" file, ask a compilation unit node for its contents.
null if this node has no contentspublic JNode getParent()
JNodenull if this node does not have a
parentpublic java.util.List getChildren()
JNodeThe list must be unmodifiable if the implementation doesn't support direct manipulation.
getChildren in interface JNodegetChildren in class AbstractJNodeCopyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature