public static class ValidateProperty.EntityResolverPropertyId extends PropertyId
EntityResolver| Constructor and Description |
|---|
ValidateProperty.EntityResolverPropertyId(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.EntityResolver |
get(PropertyMap properties)
Returns the value of the property.
|
org.xml.sax.EntityResolver |
put(PropertyMapBuilder builder,
org.xml.sax.EntityResolver value)
Sets the value of the property.
|
equals, getValueClass, hashCode, toStringpublic ValidateProperty.EntityResolverPropertyId(java.lang.String name)
public org.xml.sax.EntityResolver 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.EntityResolver put(PropertyMapBuilder builder, org.xml.sax.EntityResolver value)
builder - the PropertyMapBuilder to be modifiedvalue - the EntityResolver to which this PropertyId is to be mappednull if it was not mappedPropertyMapBuilder.put(com.thaiopensource.util.PropertyId, java.lang.Object)