public class NodeValue extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isList() |
List<Node> |
list() |
static NodeValue |
list(List<Node> list) |
String |
toString() |
String |
value() |
static NodeValue |
value(String value) |
public boolean isList()
public String value()
Copyright © 2018. All rights reserved.