|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
de.espirit.firstspirit.client.access.editor |
Uses of Node in de.espirit.firstspirit.client.access.editor |
---|
Methods in de.espirit.firstspirit.client.access.editor that return Node | |
---|---|
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. |
Methods in de.espirit.firstspirit.client.access.editor that return types with arguments of type Node | |
---|---|
List<Node> |
Node.getChildren()
The list of child nodes. |
List<Node> |
ValueEngineer.write(T value)
Persist the given value. |
Methods in de.espirit.firstspirit.client.access.editor with parameters of type Node | |
---|---|
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. |
Method parameters in de.espirit.firstspirit.client.access.editor with type arguments of type Node | |
---|---|
T |
ValueEngineer.read(List<Node> nodes)
Read the value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |