Package com.ctc.wstx.sax
Class SAXFeature
java.lang.Object
com.ctc.wstx.sax.SAXFeature
Type safe (pre-Java5) enumeration for listing all currently (SAX 2.0.2)
defined standard features
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSince all standard features have same URI prefix, let's separate that prefix, from unique remainder of the feature URIs. -
Method Summary
Modifier and TypeMethodDescriptionstatic SAXFeaturefindBySuffix(String suffix) static SAXFeaturetoString()
-
Field Details
-
STD_FEATURE_PREFIX
Since all standard features have same URI prefix, let's separate that prefix, from unique remainder of the feature URIs.- See Also:
-
-
Method Details