public class Main extends Object
TransformationCache.
| Modifier and Type | Field and Description |
|---|---|
static String |
attname_use_attribute_set |
static NamespaceName |
attNamespaceName_use_attribute_set |
static Set<NamespaceName> |
attNamespaceNameSet_use_attribute_set |
static NamespaceName |
CONST_nsname_match |
static String |
filenameStemPlaceholder |
static NamespaceName |
initial_xslt_mode
The default "mode" in which input is processed.
|
static String |
localname_top_xslt_1 |
static String |
localname_top_xslt_2 |
static String |
namespaceUri_Xslt |
static Pattern |
regex_XML_WS |
static String |
textTarget |
static NamespaceName |
top_xslt_name_1 |
static NamespaceName |
top_xslt_name_2 |
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Only calls
nonStatic_main(String[]). |
void |
nonStatic_main(String[] args)
Main entry for just type checking with Fragmented Validation,
or for executing the transformation.
|
public static final String namespaceUri_Xslt
public static final NamespaceName CONST_nsname_match
public static final NamespaceName initial_xslt_mode
public static final String localname_top_xslt_1
public static final String localname_top_xslt_2
public static final String attname_use_attribute_set
public static final NamespaceName attNamespaceName_use_attribute_set
public static final Set<NamespaceName> attNamespaceNameSet_use_attribute_set
public static final NamespaceName top_xslt_name_1
public static final NamespaceName top_xslt_name_2
public static final Pattern regex_XML_WS
public static final String filenameStemPlaceholder
public static final String textTarget
public void nonStatic_main(String[] args)
Options.
Execution mode is decided by the presence of the option "--inputFiles".FunctionLibrary can be supplied
by --tpathFunctions.
An instance of this class will be created. Since this will be the
ONLY source of function defs, it should add all standard xpath functions
from BuiltInFunctions.
If no such option is given, an instance of
BuiltInFunctions will be used,
which realizes all standard xslt and xpath functions.public static void main(String[] args)
nonStatic_main(String[]).see also the complete user documentation .