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 classSVGAccuracyTestProcessorThis implementation of theTestReportProcessorinterface converts theTestReportsit 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 interfaceXTRConstantsContains constants for the XML Test Report (XTR) syntax.interfaceXTSConstantsContains constants for the XML Test Suite (XTS) syntax.Classes in org.apache.batik.test.xml that implement XMLReflectConstants Modifier and Type Class Description classXMLReflectThis helper class can be used to build Java object from their XML description.classXMLTestReportProcessorThis implementation of theTestReportProcessorinterface converts theTestReportsit processes into an XML document that it outputs in a directory.classXMLTestSuiteLoaderThis class loads an XML document describing a test suite into aTestSuiteobject.classXMLTestSuiteRunnerThis class can be used to build and run aTestSuitefrom an XML description following the "XML Test Run" and "XML Test Suite" formats, whose constants are defined in theXTRunConstantsandXTSConstantsinterfaces.
-