public class PushAttributeRule extends BaseRule
| Constructor and Description |
|---|
PushAttributeRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(SchemaProcessor processor,
Element element)
Uses the translator to convert the specified attribute into an object and pushes that object
onto the processor stack.
|
void |
end(SchemaProcessor processor,
Element element)
Invokes
SchemaProcessor.pop(). |
java.lang.String |
getAttributeName() |
void |
setAttributeName(java.lang.String string) |
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic PushAttributeRule()
public void begin(SchemaProcessor processor, Element element)
public void end(SchemaProcessor processor, Element element)
SchemaProcessor.pop().public void setAttributeName(java.lang.String string)
public java.lang.String getAttributeName()