Home
last modified time | relevance | path

Searched refs:ifDocument (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/intermediate/
H A DIFTester.java66 public void doIFChecks(String testName, Element checksRoot, Document ifDocument) in doIFChecks() argument
70 Source src = new DOMSource(ifDocument); in doIFChecks()
80 check.check(ifDocument); in doIFChecks()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/layoutengine/
H A DLayoutEngineTestCase.java262 Document ifDocument = createIF(fopFactory, testFile, result.getAreaTree()); in checkAll() local
263 ifTester.doIFChecks(testFile.getName(), ifChecks, ifDocument); in checkAll() local
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/complexscripts/layout/
H A DComplexScriptsLayoutTestCase.java215 Document ifDocument = createIF(fopFactory, testFile, result.getAreaTree()); in checkAll() local
216 ifTester.doIFChecks(testFile.getName(), ifChecks, ifDocument); in checkAll() local