Package com.ctc.wstx.sax
Class SAXFeature
- java.lang.Object
-
- com.ctc.wstx.sax.SAXFeature
-
public final class SAXFeature extends Object
Type safe (pre-Java5) enumeration for listing all currently (SAX 2.0.2) defined standard features
-
-
Field Summary
Fields Modifier and Type Field Description static String
STD_FEATURE_PREFIX
Since all standard features have same URI prefix, let's separate that prefix, from unique remainder of the feature URIs.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SAXFeature
findBySuffix(String suffix)
static SAXFeature
findByUri(String uri)
String
getSuffix()
String
toString()
-
-
-
Field Detail
-
STD_FEATURE_PREFIX
public static final String 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:
- Constant Field Values
-
-
Method Detail
-
findByUri
public static SAXFeature findByUri(String uri)
-
findBySuffix
public static SAXFeature findBySuffix(String suffix)
-
getSuffix
public String getSuffix()
-
-