Package org.qdl_lang.xml
Class XMLTest
- java.lang.Object
-
- org.qdl_lang.xml.XMLTest
-
public class XMLTest extends Object
A class for testing XML snippets. This has nothing useful in it per se, but does have a lot of examples that should be kept.Created by Jeff Gaynor
on 1/3/21 at 7:01 AM
-
-
Constructor Summary
Constructors Constructor Description XMLTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidaddLine(StringBuffer sb, String text)static voidmain(String[] args)static voidtestEvent()protected static voidtestFunctionState(XMLStreamWriter xsw)protected static voidtestModuleState(XMLStreamWriter xsw)static voidtestReader()static voidtestWriter()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
addLine
protected static void addLine(StringBuffer sb, String text)
-
testModuleState
protected static void testModuleState(XMLStreamWriter xsw) throws Throwable
- Throws:
Throwable
-
testReader
public static void testReader() throws FileNotFoundException, XMLStreamException
-
testFunctionState
protected static void testFunctionState(XMLStreamWriter xsw) throws Throwable
- Throws:
Throwable
-
-