public class ReadAttributeRule extends BaseRule
<read-attribute>
element.Constructor and Description |
---|
ReadAttributeRule() |
ReadAttributeRule(java.lang.String attributeName,
java.lang.String propertyName,
java.lang.String translator,
Location location) |
Modifier and Type | Method and Description |
---|---|
void |
begin(SchemaProcessor processor,
Element element)
Does nothing; subclasses may override.
|
java.lang.String |
getAttributeName() |
java.lang.String |
getPropertyName() |
boolean |
getSkipIfNull() |
java.lang.String |
getTranslator() |
void |
setAttributeName(java.lang.String string) |
void |
setPropertyName(java.lang.String string) |
void |
setSkipIfNull(boolean b) |
void |
setTranslator(java.lang.String string) |
getLocation, setLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation
public ReadAttributeRule()
public ReadAttributeRule(java.lang.String attributeName, java.lang.String propertyName, java.lang.String translator, Location location)
public void begin(SchemaProcessor processor, Element element)
BaseRule
public java.lang.String getAttributeName()
public java.lang.String getPropertyName()
public boolean getSkipIfNull()
public java.lang.String getTranslator()
public void setAttributeName(java.lang.String string)
public void setPropertyName(java.lang.String string)
public void setSkipIfNull(boolean b)
public void setTranslator(java.lang.String string)