com.ctc.wstx.api
Class ValidatorConfig
java.lang.Object
com.ctc.wstx.api.ValidatorConfig
- All Implemented Interfaces:
- XMLStreamProperties
public final class ValidatorConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMPL_NAME
protected static final String IMPL_NAME
- See Also:
- Constant Field Values
IMPL_VERSION
protected static final String IMPL_VERSION
- This is "major.minor" version used for purposes of determining
the feature set. Patch level is not included, since those should
not affect API or feature set. Using applications should be
prepared to take additional levels, however, just not depend
on those being available.
- See Also:
- Constant Field Values
createDefaults
public static ValidatorConfig createDefaults()
findPropertyId
protected int findPropertyId(String propName)
- Returns:
- Internal enumerated int matching the String name
of the property, if one found: -1 to indicate no match
was found.
getProperty
protected Object getProperty(int id)
setProperty
protected boolean setProperty(String propName,
int id,
Object value)
getProperty
public Object getProperty(String propName)
isPropertySupported
public boolean isPropertySupported(String propName)
setProperty
public boolean setProperty(String propName,
Object value)
- Returns:
- True, if the specified property was succesfully
set to specified value; false if its value was not changed
reportUnknownProperty
protected void reportUnknownProperty(String propName)
safeGetProperty
public final Object safeGetProperty(String propName)
getImplName
public static String getImplName()
- Method used to figure out the official implementation name
for input/output/validation factories.
getImplVersion
public static String getImplVersion()
- Method used to figure out the official implementation version
for input/output/validation factories.
doesSupportXml11
protected boolean doesSupportXml11()
doesSupportXmlId
protected boolean doesSupportXmlId()
returnNullForDefaultNamespace
protected boolean returnNullForDefaultNamespace()
findStdPropertyId
protected int findStdPropertyId(String propName)
setStdProperty
protected boolean setStdProperty(String propName,
int id,
Object value)
getStdProperty
protected Object getStdProperty(int id)