| Package | Description |
|---|---|
| org.javersion.path |
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeId.IndexId |
static class |
NodeId.KeyId |
static class |
NodeId.PropertyId |
| Modifier and Type | Field and Description |
|---|---|
static NodeId |
NodeId.ANY |
static NodeId |
NodeId.ANY_INDEX |
static NodeId |
NodeId.ANY_KEY |
static NodeId |
NodeId.ANY_PROPERTY |
static NodeId |
PropertyPath.Root.ID |
NodeId |
PropertyPath.SubPath.nodeId |
static NodeId |
NodeId.ROOT_ID |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeId |
NodeId.fallbackId() |
NodeId |
NodeId.IndexId.fallbackId() |
NodeId |
NodeId.KeyId.fallbackId() |
NodeId |
NodeId.PropertyId.fallbackId() |
NodeId |
PropertyTree.getNodeId() |
abstract NodeId |
PropertyPath.getNodeId() |
NodeId |
PropertyPath.Root.getNodeId() |
NodeId |
PropertyPath.SubPath.getNodeId() |
static NodeId |
NodeId.valueOf(Object object) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<NodeId,PropertyTree> |
PropertyTree.getChildrenMap() |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder<T> |
Schema.Builder.addChild(NodeId nodeId,
Schema.Builder<T> child) |
int |
NodeId.IndexId.compareTo(NodeId nodeId) |
int |
NodeId.KeyId.compareTo(NodeId nodeId) |
PropertyTree |
PropertyTree.get(NodeId childNode) |
abstract This |
SchemaBase.getChild(NodeId nodeId) |
Schema<T> |
Schema.getChild(NodeId nodeId) |
Schema.Builder<T> |
Schema.Builder.getChild(NodeId nodeId) |
boolean |
Schema.hasChild(NodeId nodeId) |
PropertyPath.SubPath |
PropertyPath.keyOrIndex(NodeId nodeId) |
Copyright © 2015. All rights reserved.