Package net.sf.saxon
Class Configuration.LicenseFeature
java.lang.Object
net.sf.saxon.Configuration.LicenseFeature
- Enclosing class:
Configuration
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
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SCHEMA_VALIDATION
public static final int SCHEMA_VALIDATION- See Also:
-
ENTERPRISE_XSLT
public static final int ENTERPRISE_XSLT- See Also:
-
ENTERPRISE_XQUERY
public static final int ENTERPRISE_XQUERY- See Also:
-
PROFESSIONAL_EDITION
public static final int PROFESSIONAL_EDITION- See Also:
-
-
Constructor Details
-
LicenseFeature
public LicenseFeature()
-