Class SAXUtil
java.lang.Object
com.fasterxml.aalto.sax.SAXUtil
Container for utility methods needed by the parser factory, or
parser wrapper components.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SAXFeaturefindStdFeature(String featURI) static SAXPropertyfindStdProperty(String featURI) static BooleangetFixedStdFeatureValue(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.static voidreportUnknownFeature(String name) static voidreportUnknownProperty(String name)
-
Method Details
-
findStdFeature
-
findStdProperty
-
getFixedStdFeatureValue
Convenience method that will return value (True/False) for the given standard feature, iff it has fixed (immutable) value for the current implementation. If value is not immutable, returns null -
reportUnknownFeature
- Throws:
SAXNotRecognizedException
-
reportUnknownProperty
- Throws:
SAXNotRecognizedException
-