Package org.w3c.its
Class Main
- java.lang.Object
-
- org.w3c.its.Main
-
public class Main extends Object
Main entry point for generating test files for ITS.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDC_ALLOWEDCHARACTERSstatic StringDC_DIRECTIONALITYstatic StringDC_DOMAINstatic StringDC_EXTERNALRESOURCEstatic StringDC_IDVALUEstatic StringDC_LANGUAGEINFORMATIONstatic StringDC_LOCALEFILTERstatic StringDC_LOCALIZATIONNOTEstatic StringDC_LOCQUALITYISSUEstatic StringDC_LOCQUALITYRATINGstatic StringDC_MTCONFIDENCEstatic StringDC_PRESERVESPACEstatic StringDC_PROVENANCEstatic StringDC_STORAGESIZEstatic StringDC_TARGETPOINTERstatic StringDC_TERMINOLOGYstatic StringDC_TEXTANALYSISstatic StringDC_TRANSLATEstatic StringDC_WITHINTEXT
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Generates output in the conformance testing format for a given document.
-
-
-
Field Detail
-
DC_TRANSLATE
public static final String DC_TRANSLATE
- See Also:
- Constant Field Values
-
DC_LOCALIZATIONNOTE
public static final String DC_LOCALIZATIONNOTE
- See Also:
- Constant Field Values
-
DC_TERMINOLOGY
public static final String DC_TERMINOLOGY
- See Also:
- Constant Field Values
-
DC_DIRECTIONALITY
public static final String DC_DIRECTIONALITY
- See Also:
- Constant Field Values
-
DC_LANGUAGEINFORMATION
public static final String DC_LANGUAGEINFORMATION
- See Also:
- Constant Field Values
-
DC_WITHINTEXT
public static final String DC_WITHINTEXT
- See Also:
- Constant Field Values
-
DC_DOMAIN
public static final String DC_DOMAIN
- See Also:
- Constant Field Values
-
DC_TEXTANALYSIS
public static final String DC_TEXTANALYSIS
- See Also:
- Constant Field Values
-
DC_LOCALEFILTER
public static final String DC_LOCALEFILTER
- See Also:
- Constant Field Values
-
DC_PROVENANCE
public static final String DC_PROVENANCE
- See Also:
- Constant Field Values
-
DC_EXTERNALRESOURCE
public static final String DC_EXTERNALRESOURCE
- See Also:
- Constant Field Values
-
DC_TARGETPOINTER
public static final String DC_TARGETPOINTER
- See Also:
- Constant Field Values
-
DC_IDVALUE
public static final String DC_IDVALUE
- See Also:
- Constant Field Values
-
DC_PRESERVESPACE
public static final String DC_PRESERVESPACE
- See Also:
- Constant Field Values
-
DC_LOCQUALITYISSUE
public static final String DC_LOCQUALITYISSUE
- See Also:
- Constant Field Values
-
DC_LOCQUALITYRATING
public static final String DC_LOCQUALITYRATING
- See Also:
- Constant Field Values
-
DC_MTCONFIDENCE
public static final String DC_MTCONFIDENCE
- See Also:
- Constant Field Values
-
DC_STORAGESIZE
public static final String DC_STORAGESIZE
- See Also:
- Constant Field Values
-
DC_ALLOWEDCHARACTERS
public static final String DC_ALLOWEDCHARACTERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
Generates output in the conformance testing format for a given document.- Parameters:
args- parameters for the command line.The usage is as follow:
Usage: <inputFile>[ <outputFile>][ <options>] Where the options are: -? shows this help -r
: associates the input with an ITS rule file -l : lists all the available data categories to use with -dc -dc : sets the data category to process (default=translate)
-
-