Uses of Interface
org.apache.batik.test.xml.XMLReflectConstants
-
Packages that use XMLReflectConstants Package Description org.apache.batik.test.svg org.apache.batik.test.xml -
-
Uses of XMLReflectConstants in org.apache.batik.test.svg
Classes in org.apache.batik.test.svg that implement XMLReflectConstants Modifier and Type Class Description class
SVGAccuracyTestProcessor
This implementation of theTestReportProcessor
interface converts theTestReports
it processes into an XML document that it outputs in a directory. -
Uses of XMLReflectConstants in org.apache.batik.test.xml
Subinterfaces of XMLReflectConstants in org.apache.batik.test.xml Modifier and Type Interface Description interface
XTRConstants
Contains constants for the XML Test Report (XTR) syntax.interface
XTSConstants
Contains constants for the XML Test Suite (XTS) syntax.Classes in org.apache.batik.test.xml that implement XMLReflectConstants Modifier and Type Class Description class
XMLReflect
This helper class can be used to build Java object from their XML description.class
XMLTestReportProcessor
This implementation of theTestReportProcessor
interface converts theTestReports
it processes into an XML document that it outputs in a directory.class
XMLTestSuiteLoader
This class loads an XML document describing a test suite into aTestSuite
object.class
XMLTestSuiteRunner
This class can be used to build and run aTestSuite
from an XML description following the "XML Test Run" and "XML Test Suite" formats, whose constants are defined in theXTRunConstants
andXTSConstants
interfaces.
-