public class NodeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COLUMN_STEP |
| Constructor and Description |
|---|
NodeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
computeColumnForChild(Node node) |
static Node |
getAncestor(Node node,
int level) |
static Node |
getGrandParent(Node node) |
static ResourceLoader |
getResourceLoader(Node node) |
static Node |
getType(Node node) |
static TypeNode |
getType(String typeName,
Node node) |
static Node |
getTypes(Node node) |
static ObjectNode |
getTypesRoot(Node node) |
static boolean |
isErrorResult(Node node) |
static boolean |
isStringNode(Node node) |
static Node |
searchNodeAt(Node root,
int location) |
static Node |
traverseToRoot(Node node) |
public static final int DEFAULT_COLUMN_STEP
public static ObjectNode getTypesRoot(Node node)
public static boolean isStringNode(Node node)
public static boolean isErrorResult(Node node)
@Nonnull public static ResourceLoader getResourceLoader(Node node)
Copyright © 2016. All rights reserved.