public class CallXsltOptions
extends <any>
CallXsltOptions()
. #parse(String[],MessageReceiver)
has_[X]()
. get_[X]_[n]()
. get_[X]_[n](k)
. If anything went wrong in parsing, errors
have been sent to the MessageReceiver
.
Then further analysis methods can be applied (#getParsingProtocol()
, #getMissingOptions()
, #usage()
, etc.)
For further details. please see the
documentation of the methods inherited from the superclass Model
and the option
compiler's user documentation.
Here is the source text.
There have been description texts only in one language, namely en.
The usage()
method will show this screen:
====== USAGE: ====== -0 / --in string(="") input file -1 / --xsl string(="") transformtion code -2 / --out string(="") output file --xml (bool)?(=true iff present) use xml output formatter and output xml header --html (bool)?(=true iff present) use html output formatter --text (bool)?(=true iff present) use plain text output formatter --param ( string(="") string(="") )* pairs of parameter name and parameter value string --uriresolver string(="") full class name of uri resolver --entityresolver string(="") full class name of entity resolver --contenthandler string(="") full class name of content handler
Modifier and Type | Class and Description |
---|---|
class |
CallXsltOptions.Descriptions
Programmatically generated catalog of translations.
|
class |
CallXsltOptions.Values_param
One instance realizes one repeated argument group of option
param . |
Modifier and Type | Field and Description |
---|---|
protected boolean |
has_contenthandler |
protected boolean |
has_entityresolver |
protected boolean |
has_html |
protected boolean |
has_in |
protected boolean |
has_out |
protected boolean |
has_param |
protected boolean |
has_text |
protected boolean |
has_uriresolver |
protected boolean |
has_xml |
protected boolean |
has_xsl |
protected List<CallXsltOptions.Values_param> |
repvalues_param |
Function<CallXsltOptions.Values_param,String> |
serialize_param |
protected String |
value_contenthandler_0 |
protected String |
value_entityresolver_0 |
protected boolean |
value_html_0 |
protected String |
value_in_0 |
protected String |
value_out_0 |
protected boolean |
value_text_0 |
protected String |
value_uriresolver_0 |
protected boolean |
value_xml_0 |
protected String |
value_xsl_0 |
Constructor and Description |
---|
CallXsltOptions() |
Modifier and Type | Method and Description |
---|---|
protected void |
_finalCheck() |
String |
_getMissingOptions() |
String |
_getRedundantOptions() |
protected void |
checkActive() |
String |
get_contenthandler_0()
Getter method for the only argument of option
contenthandler . |
String |
get_entityresolver_0()
Getter method for the only argument of option
entityresolver . |
boolean |
get_html_0()
Getter method for the 0th argument of option
html . |
String |
get_in_0()
Getter method for the only argument of option
in . |
String |
get_out_0()
Getter method for the only argument of option
out . |
String |
get_param_0(int index)
Getter method for the 0th in a group of repeated arguments of option
param . |
String |
get_param_1(int index)
Getter method for the 1st in a group of repeated arguments of option
param . |
List<CallXsltOptions.Values_param> |
get_param()
Getter method for all repetition groups of option
param . |
boolean |
get_text_0()
Getter method for the 0th argument of option
text . |
String |
get_uriresolver_0()
Getter method for the only argument of option
uriresolver . |
boolean |
get_xml_0()
Getter method for the only argument of option
xml . |
String |
get_xsl_0()
Getter method for the only argument of option
xsl . |
boolean |
has_contenthandler()
Deprecated.
|
boolean |
has_entityresolver()
Deprecated.
|
boolean |
has_html()
Deprecated.
|
boolean |
has_in()
Deprecated.
|
boolean |
has_out()
Deprecated.
|
boolean |
has_param()
Deprecated.
|
boolean |
has_text()
Deprecated.
|
boolean |
has_uriresolver()
Deprecated.
|
boolean |
has_xml()
Deprecated.
|
boolean |
has_xsl()
Deprecated.
|
CallXsltOptions |
makeDefaultInstance() |
protected int |
numberOfPositionals() |
protected void |
parseAbbrev(String select) |
protected void |
parseName(String select) |
protected void |
parsePositionals() |
String |
serialize() |
void |
usage_en()
Print usage information in the language 'en' on System.err.
|
void |
usage_en(PrintStream pr)
Print usage information in the language 'en'.
|
void |
usage(PrintStream pr)
Print usage information in the default language.
|
void |
usage(PrintStream pr,
String lang)
Print usage information in the requested language.
|
protected boolean has_in
protected String value_in_0
protected boolean has_xsl
protected String value_xsl_0
protected boolean has_out
protected String value_out_0
protected boolean has_xml
protected boolean value_xml_0
protected boolean has_html
protected boolean value_html_0
protected boolean has_text
protected boolean value_text_0
protected boolean has_param
protected List<CallXsltOptions.Values_param> repvalues_param
public final Function<CallXsltOptions.Values_param,String> serialize_param
protected boolean has_uriresolver
protected String value_uriresolver_0
protected boolean has_entityresolver
protected String value_entityresolver_0
protected boolean has_contenthandler
protected String value_contenthandler_0
public CallXsltOptions makeDefaultInstance()
protected void checkActive()
@Deprecated public boolean has_in()
get_in_0()
.public String get_in_0()
in
.
-0 / --in string(="")
@Deprecated public boolean has_xsl()
get_xsl_0()
.public String get_xsl_0()
xsl
.
-1 / --xsl string(="")
@Deprecated public boolean has_out()
get_out_0()
.public String get_out_0()
out
.
-2 / --out string(="")
@Deprecated public boolean has_xml()
get_xml_0()
.public boolean get_xml_0()
xml
.
--xml (bool)?(=true iff present)
@Deprecated public boolean has_html()
get_html_0()
.public boolean get_html_0()
html
.
--html (bool)?(=true iff present)
@Deprecated public boolean has_text()
get_text_0()
.public boolean get_text_0()
text
.
--text (bool)?(=true iff present)
@Deprecated public boolean has_param()
get_param()
.public List<CallXsltOptions.Values_param> get_param()
param
.
--param ( string(="") string(="") )*
public String get_param_0(int index)
param
.
For details of this option see the method get_param()
.index
- the index of the repetition group, zero based.public String get_param_1(int index)
param
.
For details of this option see the method get_param()
.index
- the index of the repetition group, zero based.@Deprecated public boolean has_uriresolver()
get_uriresolver_0()
.public String get_uriresolver_0()
uriresolver
.
--uriresolver string(="")
@Deprecated public boolean has_entityresolver()
get_entityresolver_0()
.public String get_entityresolver_0()
entityresolver
.
--entityresolver string(="")
@Deprecated public boolean has_contenthandler()
get_contenthandler_0()
.public String get_contenthandler_0()
contenthandler
.
--contenthandler string(="")
public String serialize()
public void usage(PrintStream pr)
public void usage(PrintStream pr, String lang)
public void usage_en()
public void usage_en(PrintStream pr)
protected void parseAbbrev(String select)
protected void parseName(String select)
protected int numberOfPositionals()
protected void parsePositionals()
protected void _finalCheck()
public String _getMissingOptions()
public String _getRedundantOptions()
see also the complete user documentation .