public abstract class RuntimeLogic
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_2_TAG |
Constructor and Description |
---|
RuntimeLogic() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getClose1Tag() |
String |
getClose2Tag() |
abstract String |
getOpenTag() |
abstract String |
processXML(String xml) |
public static final String CLOSE_2_TAG