public class Value extends Object implements ValueChild
Modifier and Type | Method and Description |
---|---|
void |
addChild(Value ch) |
void |
addComment(String comment) |
void |
addText(String text) |
String |
buildTree() |
Value |
findChild(QName name) |
Value |
findLocalName(String localName) |
List<Value> |
getAttributes() |
List<ValueChild> |
getChildren() |
List<String> |
getComments() |
List<Value> |
getElements() |
List<ValueChild> |
getElementsAndComments()
Get elements and comments in the right order.
|
MetaModel |
getModel() |
QName |
getQName() |
String |
getText() |
String |
toString() |
Value |
transform(boolean createUnknownElements)
Transform these values to the destination meta model.
|
public Value(MetaModel model)
public QName getQName()
public String buildTree()
public void addChild(Value ch)
public void addText(String text)
public String getText()
public void addComment(String comment)
public MetaModel getModel()
public List<ValueChild> getChildren()
public List<ValueChild> getElementsAndComments()
public Value transform(boolean createUnknownElements)
Copyright © 2019. All rights reserved.