public final class ValidatorConfig extends CommonConfig
| Modifier and Type | Field and Description |
|---|---|
(package private) static ValidatorConfig |
sInstance
For now, since there are no mutable properties, we can share
a singleton instance.
|
IMPL_NAME, IMPL_VERSION, mReturnNullForDefaultNamespace, PROP_IMPL_NAME, PROP_IMPL_VERSION, PROP_RETURN_NULL_FOR_DEFAULT_NAMESPACE, PROP_SUPPORT_XMLID, PROP_SUPPORTS_XML11, sStdProperties| Modifier | Constructor and Description |
|---|---|
private |
ValidatorConfig(ValidatorConfig base) |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorConfig |
createDefaults() |
protected int |
findPropertyId(java.lang.String propName) |
protected java.lang.Object |
getProperty(int id) |
protected boolean |
setProperty(java.lang.String propName,
int id,
java.lang.Object value) |
doesSupportXml11, doesSupportXmlId, findStdPropertyId, getImplName, getImplVersion, getProperty, getStdProperty, isPropertySupported, reportUnknownProperty, returnNullForDefaultNamespace, safeGetProperty, setProperty, setStdPropertystatic final ValidatorConfig sInstance
private ValidatorConfig(ValidatorConfig base)
public static ValidatorConfig createDefaults()
protected int findPropertyId(java.lang.String propName)
findPropertyId in class CommonConfigprotected java.lang.Object getProperty(int id)
getProperty in class CommonConfigprotected boolean setProperty(java.lang.String propName,
int id,
java.lang.Object value)
setProperty in class CommonConfig