@DOMNameAttribute(name="ChildNode") @DOMNoInterfaceObjectAttribute public interface IChildNode
Defines IChildNode interface that should be implemented by Node that can have a parent.
| Modifier and Type | Method and Description |
|---|---|
void |
remove()
Removes the current node from parent.
|
@DOMNameAttribute(name="remove") void remove()
Removes the current node from parent.