public final class SAXUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static SAXFeature |
findStdFeature(String featURI) |
static SAXProperty |
findStdProperty(String featURI) |
static Boolean |
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.
|
static void |
reportUnknownFeature(String name) |
static void |
reportUnknownProperty(String name) |
public static SAXFeature findStdFeature(String featURI)
public static SAXProperty findStdProperty(String featURI)
public static Boolean getFixedStdFeatureValue(SAXFeature stdFeat)
public static void reportUnknownFeature(String name) throws SAXNotRecognizedException
SAXNotRecognizedExceptionpublic static void reportUnknownProperty(String name) throws SAXNotRecognizedException
SAXNotRecognizedExceptionCopyright © 2018 FasterXML. All rights reserved.