public class NodeTypeHierarchyIterator extends Object implements Iterator<String>, Iterable<String>
node type
hierarchy of a Node
.
Starts with the primary node type
followed by the
mixin types directly applied to the node
,
followed by the super types of the primary node type
,
recursively.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<String> |
iterator() |
String |
next() |
void |
remove() |
static NodeTypeHierarchyIterator |
typeHierarchyOf(javax.jcr.Node node) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public static NodeTypeHierarchyIterator typeHierarchyOf(javax.jcr.Node node)
node
- must not be null
.null
.Copyright © 2024. All rights reserved.