|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Child
This is an interface for anything which can be a child.
Only Element
implements this.
Element
,
Document
Method Summary | |
---|---|
java.lang.String |
getNodePath()
Return a path which uniquely describes this child. |
Parent |
getParent()
The parent of this child |
Child |
setParent(Parent parent)
Change the parent of this child. |
Methods inherited from interface de.pdark.decentxml.Node |
---|
copy, copy, createClone, getType, toXML, toXML |
Method Detail |
---|
Parent getParent()
Child setParent(Parent parent)
CAUTION: If the child is already attached to a parent, this
call will not detach the old relation! You
must call child.getParent().removeNode (child)
,
first!
java.lang.String getNodePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |