xylia.sax.contentmodelparser
Class ContentParserTests
xylia.sax.contentmodelparser.ContentParserTests
- All Implemented Interfaces:
- org.xml.sax.ErrorHandler
- public class ContentParserTests
- implements org.xml.sax.ErrorHandler
Some unit tests for the contentmodelparser package.
Copyright: Copyright (c) 2001
Company: MUN
- Version:
- 1.0
- Author:
- Theodore S. Norvell
ContentParserTests
public ContentParserTests(java.lang.String str)
ContentParserTests
public ContentParserTests()
setUp
protected void setUp()
warning
public void warning(org.xml.sax.SAXParseException p0)
throws org.xml.sax.SAXException
- Specified by:
warning
in interface org.xml.sax.ErrorHandler
error
public void error(org.xml.sax.SAXParseException p0)
throws org.xml.sax.SAXException
- Specified by:
error
in interface org.xml.sax.ErrorHandler
fatalError
public void fatalError(org.xml.sax.SAXParseException p0)
throws org.xml.sax.SAXException
- Specified by:
fatalError
in interface org.xml.sax.ErrorHandler
testSetUp
public void testSetUp()
test0
public void test0()
test1
public void test1()
testConversion
public void testConversion()