public final class ValidatorConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
IMPL_NAME |
protected static String |
IMPL_VERSION
This is "major.minor" version used for purposes of determining
the feature set.
|
Modifier and Type | Method and Description |
---|---|
static ValidatorConfig |
createDefaults() |
protected boolean |
doesSupportXml11() |
protected boolean |
doesSupportXmlId() |
protected int |
findPropertyId(String propName) |
protected int |
findStdPropertyId(String propName) |
static String |
getImplName()
Method used to figure out the official implementation name
for input/output/validation factories.
|
static String |
getImplVersion()
Method used to figure out the official implementation version
for input/output/validation factories.
|
protected Object |
getProperty(int id) |
Object |
getProperty(String propName) |
protected Object |
getStdProperty(int id) |
boolean |
isPropertySupported(String propName) |
protected void |
reportUnknownProperty(String propName) |
protected boolean |
returnNullForDefaultNamespace() |
Object |
safeGetProperty(String propName) |
protected boolean |
setProperty(String propName,
int id,
Object value) |
boolean |
setProperty(String propName,
Object value) |
protected boolean |
setStdProperty(String propName,
int id,
Object value) |
protected static final String IMPL_NAME
protected static final String IMPL_VERSION
public static ValidatorConfig createDefaults()
protected int findPropertyId(String propName)
protected Object getProperty(int id)
public boolean isPropertySupported(String propName)
public boolean setProperty(String propName, Object value)
protected void reportUnknownProperty(String propName)
public static String getImplName()
public static String getImplVersion()
protected boolean doesSupportXml11()
protected boolean doesSupportXmlId()
protected boolean returnNullForDefaultNamespace()
protected int findStdPropertyId(String propName)
protected Object getStdProperty(int id)
Copyright © 2015 Codehaus. All Rights Reserved.