public final class SAXFeature extends Object
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
static SAXFeature |
findBySuffix(String suffix) |
static SAXFeature |
findByUri(String uri) |
String |
getSuffix() |
String |
toString() |
public static final String STD_FEATURE_PREFIX
public static SAXFeature findByUri(String uri)
public static SAXFeature findBySuffix(String suffix)
public String getSuffix()
Copyright © 2018 FasterXML. All rights reserved.