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 void
addLine(StringBuffer sb, String text)
static void
main(String[] args)
static void
testEvent()
protected static void
testFunctionState(XMLStreamWriter xsw)
protected static void
testModuleState(XMLStreamWriter xsw)
static void
testReader()
static void
testWriter()
-
-
-
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
-
-