public final class SAXUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.HashMap<java.lang.String,SAXFeature> |
sStdFeatures |
(package private) static java.util.HashMap<java.lang.String,SAXProperty> |
sStdProperties |
Modifier | Constructor and Description |
---|---|
private |
SAXUtil() |
Modifier and Type | Method and Description |
---|---|
static SAXFeature |
findStdFeature(java.lang.String featURI) |
static SAXProperty |
findStdProperty(java.lang.String featURI) |
static java.lang.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(java.lang.String name) |
static void |
reportUnknownProperty(java.lang.String name) |
static final java.util.HashMap<java.lang.String,SAXFeature> sStdFeatures
static final java.util.HashMap<java.lang.String,SAXProperty> sStdProperties
public static SAXFeature findStdFeature(java.lang.String featURI)
public static SAXProperty findStdProperty(java.lang.String featURI)
public static java.lang.Boolean getFixedStdFeatureValue(SAXFeature stdFeat)
public static void reportUnknownFeature(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotRecognizedException
public static void reportUnknownProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotRecognizedException