supportsParent
returns true if this node supports the parent relationship.
Some XML tree implementations are singly linked and only support downward navigation through children relationships. The default case is that both parent and children relationships are supported though for memory and performance reasons the parent relationship may not be supported.
@return true if this node supports the parent relationship or false it isnot supported
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|