Changeset 29 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures
- Timestamp:
- 08/02/2017 12:46:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/I_XML_Writable.java
r20 r29 8 8 public interface I_XML_Writable 9 9 { 10 abstractString toXML();10 String toXML(); 11 11 12 publicString openTag(String s);12 String openTag(String s); 13 13 14 publicString closeTag(String s);14 String closeTag(String s); 15 15 16 publicString emptyTag(String s);16 String emptyTag(String s); 17 17 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.
