public abstract class StateResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Document |
xml |
protected String |
xmlString |
| Modifier | Constructor and Description |
|---|---|
protected |
StateResource(Document xml) |
protected |
StateResource(String xml) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<String> |
evaluate(String expression) |
abstract String |
getElement(String name) |
abstract Endpoint |
getEndpoint() |
abstract String |
getKey() |
String |
serialize() |
Copyright © 2017. All Rights Reserved.