public class ReadContentRule extends BaseRule
<read-content>
element.
Note: an Element's content is trimmed
of leading and trailing whitespace as it is parsed and, additionally,
will never be null (though it may be the empty string).
| Constructor and Description |
|---|
ReadContentRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(SchemaProcessor processor,
Element element)
Does nothing; subclasses may override.
|
java.lang.String |
getPropertyName() |
void |
setPropertyName(java.lang.String string) |
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic ReadContentRule()
public void begin(SchemaProcessor processor, Element element)
BaseRulepublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String string)