public class InvokeParentRule extends BaseRule
<invoke-parent> element. Generally, this
is the last rule in a sequence of rules.| Constructor and Description |
|---|
InvokeParentRule() |
InvokeParentRule(java.lang.String methodName) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(SchemaProcessor processor,
Element element)
Invokes the named method on the parent object (using reflection).
|
int |
getDepth() |
java.lang.String |
getMethodName() |
void |
setDepth(int i)
Sets the depth of the parent object.
|
void |
setMethodName(java.lang.String string) |
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic InvokeParentRule()
public InvokeParentRule(java.lang.String methodName)
public void begin(SchemaProcessor processor, Element element)
public java.lang.String getMethodName()
public void setMethodName(java.lang.String string)
public int getDepth()
public void setDepth(int i)