source:
tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/structures/I_XML_Writable.java
@
20
| Revision 20, 271 bytes checked in by bmcguffin, 9 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| 1 | ||
| 2 | package scriptbuilder.structures; | |
| 3 | ||
| 4 | /** | |
| 5 | * | |
| 6 | * @author Bryan McGuffin | |
| 7 | */ | |
| 8 | public interface I_XML_Writable | |
| 9 | { | |
| 10 | abstract String toXML(); | |
| 11 | ||
| 12 | public String openTag(String s); | |
| 13 | ||
| 14 | public String closeTag(String s); | |
| 15 | ||
| 16 | public String emptyTag(String s); | |
| 17 | ||
| 18 | } |
Note: See TracBrowser
for help on using the repository browser.
