public class NodeFalse extends NodeValue
Constructor and Description |
---|
NodeFalse() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAsBoolean()
Returns the value as an boolean value.
|
java.lang.String |
getAsString(int columnOffset,
boolean hasLabel)
Delivers recursively a node and all of its children as a formatted string.
|
get, getAsString, getAsStrippedString, getNext, indent
public java.lang.String getAsString(int columnOffset, boolean hasLabel)
Node
getAsString
in class Node
columnOffset
- Number of spaces an element is indented.hasLabel
- If true this node starts in a line with a label. The
element must not be indented then but follows immediately
after the label.public boolean getAsBoolean()