Package net.sf.saxon
Class Configuration.LicenseFeature
- java.lang.Object
-
- net.sf.saxon.Configuration.LicenseFeature
-
- Enclosing class:
- Configuration
public static class Configuration.LicenseFeature extends java.lang.Object
This class contains constants representing features of the software that may or may not be licensed. (Note, this list is at a finer-grained level than the actual purchasing options.)
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENTERPRISE_XQUERY
static int
ENTERPRISE_XSLT
static int
PROFESSIONAL_EDITION
static int
SCHEMA_VALIDATION
-
Constructor Summary
Constructors Constructor Description LicenseFeature()
-
-
-
Field Detail
-
SCHEMA_VALIDATION
public static final int SCHEMA_VALIDATION
- See Also:
- Constant Field Values
-
ENTERPRISE_XSLT
public static final int ENTERPRISE_XSLT
- See Also:
- Constant Field Values
-
ENTERPRISE_XQUERY
public static final int ENTERPRISE_XQUERY
- See Also:
- Constant Field Values
-
PROFESSIONAL_EDITION
public static final int PROFESSIONAL_EDITION
- See Also:
- Constant Field Values
-
-