public final class NodeStateUtils extends Object
Modifier and Type | Method and Description |
---|---|
static NodeState |
getNode(NodeState node,
String path)
Get a possibly non existing child node of a node.
|
static String |
getPrimaryTypeName(NodeState nodeState) |
static boolean |
isHidden(String name)
Check whether the node or property with the given name is hidden, that
is, if the node name starts with a ":".
|
static boolean |
isHiddenPath(String path)
Check whether the given path contains a hidden node.
|
public static boolean isHidden(String name)
name
- the node or property namepublic static boolean isHiddenPath(String path)
path
- the path"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"