Uses of Enum
com.fasterxml.aalto.sax.SAXFeature
Packages that use SAXFeature
-
Uses of SAXFeature in com.fasterxml.aalto.sax
Subclasses with type arguments of type SAXFeature in com.fasterxml.aalto.saxModifier and TypeClassDescriptionenumEnumeration for listing all currently (SAX 2.0.2) defined standard featuresFields in com.fasterxml.aalto.sax with type parameters of type SAXFeatureModifier and TypeFieldDescription(package private) static final HashMap<String, SAXFeature> SAXUtil.sStdFeaturesMethods in com.fasterxml.aalto.sax that return SAXFeatureModifier and TypeMethodDescriptionstatic SAXFeatureSAXUtil.findStdFeature(String featURI) static SAXFeatureReturns 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.Methods in com.fasterxml.aalto.sax with parameters of type SAXFeatureModifier and TypeMethodDescriptionstatic BooleanSAXUtil.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.