Package relaxngcc
Class Options
java.lang.Object
relaxngcc.Options
RelaxNGCC behavior options
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf not null, outputs a "purified" schema file into this file.booleanbooleanDo not generate source code.booleanDpn't copy relaxngcc.runtime packageDirectory to write automata gif files.booleanPrint FIRST and FOLLOW.booleanDon't overwrite files when the Java files are up-to-date.booleanUses a private copy of runtime code. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sourcefile
-
targetdir
-
debug
public boolean debug -
newline
-
printAutomata
Directory to write automata gif files. A debug option. If null, we won't generate automata dumps. -
printFirstFollow
public boolean printFirstFollowPrint FIRST and FOLLOW. A debug option. -
noCodeGeneration
public boolean noCodeGenerationDo not generate source code. -
usePrivateRuntime
public boolean usePrivateRuntimeUses a private copy of runtime code. -
smartOverwrite
public boolean smartOverwriteDon't overwrite files when the Java files are up-to-date. -
noRuntime
public boolean noRuntimeDpn't copy relaxngcc.runtime package -
_purifiedSchema
If not null, outputs a "purified" schema file into this file.
-
-
Constructor Details
-
Options
public Options()Creates Options filled by the default values. -
Options
Parses option list.- Throws:
CommandLineException
-