public static class ValidateProperty.ErrorHandlerPropertyId extends PropertyId
ErrorHandler
Constructor and Description |
---|
ValidateProperty.ErrorHandlerPropertyId(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.ErrorHandler |
get(PropertyMap properties)
Returns the value of the property.
|
org.xml.sax.ErrorHandler |
put(PropertyMapBuilder builder,
org.xml.sax.ErrorHandler value)
Sets the value of the property.
|
equals, getValueClass, hashCode, toString
public ValidateProperty.ErrorHandlerPropertyId(java.lang.String name)
public org.xml.sax.ErrorHandler get(PropertyMap properties)
PropertyMap.get
.properties
- the PropertyMap to be usednull
if this PropertyId is not in the PropertyMapPropertyMap.get(com.thaiopensource.util.PropertyId)
public org.xml.sax.ErrorHandler put(PropertyMapBuilder builder, org.xml.sax.ErrorHandler value)
builder
- the PropertyMapBuilder to be modifiedvalue
- the ErrorHandler to which this PropertyId is to be mappednull
if it was not mappedPropertyMapBuilder.put(com.thaiopensource.util.PropertyId, java.lang.Object)