Package | Description |
---|---|
com.fasterxml.aalto.sax |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.HashMap<java.lang.String,SAXFeature> |
SAXUtil.sStdFeatures |
Modifier and Type | Method and Description |
---|---|
static SAXFeature |
SAXUtil.findStdFeature(java.lang.String featURI) |
static SAXFeature |
SAXFeature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SAXFeature[] |
SAXFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
SAXUtil.getFixedStdFeatureValue(SAXFeature stdFeat)
Convenience method that will return value (True/False) for the
given standard feature, iff it has fixed (immutable) value for
the current implementation.
|