public class Node extends Object
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getName() |
String |
getTextValue() |
void |
setAttributes(Map<String,String> attributes) |
void |
setName(String name) |
void |
setTextValue(String textValue) |
Copyright © 2018. All rights reserved.