Package | Description |
---|---|
de.espirit.firstspirit.client.access.editor |
Modifier and Type | Method and Description |
---|---|
static Node |
Node.create(String name)
Create a node with the specified name.
|
static Node |
Node.create(String name,
Node... children)
Create a node with the specified name and the specified child nodes.
|
static Node |
Node.create(String name,
Node child)
Create a node with the specified name and the one specified child node.
|
static Node |
Node.create(String name,
String text)
Create a node with the specified name and the specified text content.
|
Node |
Node.setAttribute(String name,
String value)
Sets the named attribute to a provided value, which might also be
null . |
Node |
ReferenceTransformationAgent.write(String tag,
ReferenceHolder holder)
Write an element referencing container to a persistency node.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
Node.getChildren()
The list of child nodes.
|
List<Node> |
ValueEngineer.write(T value)
Persist the given value.
|
Modifier and Type | Method and Description |
---|---|
static Node |
Node.create(String name,
Node... children)
Create a node with the specified name and the specified child nodes.
|
static Node |
Node.create(String name,
Node child)
Create a node with the specified name and the one specified child node.
|
ReferenceHolder |
ReferenceTransformationAgent.read(Node node,
Language language,
boolean release)
Read an element referencing container from a persistency node.
|
Modifier and Type | Method and Description |
---|---|
T |
ValueEngineer.read(List<Node> nodes)
Read the value.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500