Package | Description |
---|---|
org.jboss.wise.tree | |
org.jboss.wise.tree.impl |
Modifier and Type | Method and Description |
---|---|
Element |
ElementBuilder.buildTree(Type type,
String name,
Object value,
boolean nillable) |
Element |
Element.clone()
Every WiseTreeElement must be cloneable; this is required to handle
element's add and removal into/from arrays and collections.
|
Element |
Element.getChild(String id) |
Element |
Element.getChildByName(String name) |
Element |
Element.getPrototype() |
Element |
Element.incrementChildren() |
Modifier and Type | Method and Description |
---|---|
Iterator<? extends Element> |
Element.getChildren() |
Modifier and Type | Class and Description |
---|---|
class |
ElementImpl |
Modifier and Type | Method and Description |
---|---|
Element |
ElementBuilderImpl.buildTree(Type type,
String name,
Object value,
boolean nillable) |
Element |
ElementImpl.clone()
Every Element must be cloneable; this is required to handle
element's add and removal into/from arrays and collections.
|
Element |
ElementImpl.getChild(String id) |
Element |
ElementImpl.getChildByName(String name) |
Element |
ElementImpl.getParent() |
Element |
ElementImpl.getPrototype() |
Element |
ElementImpl.incrementChildren() |
Modifier and Type | Method and Description |
---|---|
Iterator<? extends Element> |
ElementImpl.getChildren() |
protected Iterator<? extends Element> |
ElementImpl.getChildren(boolean resolve) |
Modifier and Type | Method and Description |
---|---|
protected void |
ElementImpl.setParent(Element parent) |
Copyright © 2008–2015 JBoss.org. All rights reserved.