org.daisy.zedval.zedsuite.v2005
Class SmilTests
java.lang.Object
org.daisy.zedval.engine.ZedCustomTest
org.daisy.zedval.zedsuite.v2005.SmilTests
- All Implemented Interfaces:
- org.xml.sax.ErrorHandler
- public class SmilTests
- extends ZedCustomTest
- implements org.xml.sax.ErrorHandler
Performs customtests on a smil file
- Author:
- jpritchett, mgylling
Method Summary |
void |
error(org.xml.sax.SAXParseException exception)
|
void |
fatalError(org.xml.sax.SAXParseException exception)
|
void |
performTest(ZedFile f)
Performs customtests on a smil file |
void |
warning(org.xml.sax.SAXParseException exception)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmilTests
public SmilTests()
performTest
public void performTest(ZedFile f)
throws ZedCustomTestException
- Performs customtests on a smil file
- Specified by:
performTest
in class ZedCustomTest
- Parameters:
f
- A SmilFile instance
- Throws:
ZedCustomTestException
warning
public void warning(org.xml.sax.SAXParseException exception)
- Specified by:
warning
in interface org.xml.sax.ErrorHandler
error
public void error(org.xml.sax.SAXParseException exception)
- Specified by:
error
in interface org.xml.sax.ErrorHandler
fatalError
public void fatalError(org.xml.sax.SAXParseException exception)
- Specified by:
fatalError
in interface org.xml.sax.ErrorHandler