com.ctc.wstx.sax
Class SAXFeature
java.lang.Object
com.ctc.wstx.sax.SAXFeature
public final class SAXFeature
- extends java.lang.Object
Type safe (pre-Java5) enumeration for listing all currently (SAX 2.0.2)
defined standard features
Field Summary |
static java.lang.String |
STD_FEATURE_PREFIX
Since all standard features have same URI prefix, let's separate
that prefix, from unique remainder of the feature URIs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STD_FEATURE_PREFIX
public static final java.lang.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
findByUri
public static SAXFeature findByUri(java.lang.String uri)
findBySuffix
public static SAXFeature findBySuffix(java.lang.String suffix)
getSuffix
public java.lang.String getSuffix()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object