| Package | Description |
|---|---|
| ch.abertschi.sct.node | |
| ch.abertschi.sct.parse | |
| ch.abertschi.sct.transformer |
| Modifier and Type | Method and Description |
|---|---|
static Node |
NodeUtils.createNodeFromObject(Object object) |
static Node |
NodeUtils.findNodeInTree(String key,
Node rootNode)
Find a node by key.
|
protected static Node |
NodeUtils.findNodeInTree(String key,
Node node,
LinkedList<Node> history) |
static Node |
NodeUtils.parseDomToNode(org.jdom2.Element element) |
Node |
Node.setChildren(List<Node> children) |
Node |
Node.setClassType(String classType) |
Node |
Node.setIsContainer(boolean isContainer) |
Node |
Node.setName(String name) |
Node |
Node.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
NodeUtils.createObjectWithNode(Node node) |
boolean |
Node.doesMatchWith(Node other) |
boolean |
Node.doesMatchWith(Node other,
boolean ignoreRootNames) |
static boolean |
NodeUtils.doesNodeMatchWithObject(Node node,
Object object) |
static Node |
NodeUtils.findNodeInTree(String key,
Node rootNode)
Find a node by key.
|
protected static Node |
NodeUtils.findNodeInTree(String key,
Node node,
LinkedList<Node> history) |
| Modifier and Type | Method and Description |
|---|---|
protected static Node |
NodeUtils.findNodeInTree(String key,
Node node,
LinkedList<Node> history) |
Node |
Node.setChildren(List<Node> children) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ParserResponse.getPayloadNode() |
Node |
ParserRequest.getPayloadNode() |
| Modifier and Type | Method and Description |
|---|---|
ParserResponse |
ParserResponse.setPayloadNode(Node payloadNode) |
ParserRequest |
ParserRequest.setPayloadNode(Node payloadNode) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Transformers.transform(Node node,
List<Transformer> transformers,
TransformerContext context) |
Copyright © 2016. All rights reserved.