org.daisy.zedval.zedsuite.v2002
Class TextRelations

java.lang.Object
  extended byorg.daisy.zedval.engine.ZedCustomTest
      extended byorg.daisy.zedval.zedsuite.v2002.TextRelations

public class TextRelations
extends ZedCustomTest

Performs text file relations checks:

dtbk_manifestRefs
dtbook only references files that are items in manifest

Author:
James Pritchett

Constructor Summary
TextRelations()
           
 
Method Summary
 void performTest(ZedFile f)
          Performs the relational tests on a text file
 
Methods inherited from class org.daisy.zedval.engine.ZedCustomTest
addTestFailure, getResultDoc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRelations

public TextRelations()
Method Detail

performTest

public void performTest(ZedFile f)
                 throws ZedCustomTestException
Performs the relational tests on a text file

Specified by:
performTest in class ZedCustomTest
Parameters:
f - A TextFile instance
Throws:
ZedCustomTestException