- hasChildren() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Tells if the current DnNode has some children or not
- hasChildren(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Tells if a node has some children or not.
- hasDescendantElement(DnNode<N>) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Recursively check if the node has a descendant having an element
- hasDescendantElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- hasElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- hasElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- hasParent() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- hasParent(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Tells if there is a parent for a given Dn,.
- hasParentElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Get the closest Node for a given Dn which has an element, if present in the tree.