public class OnDemandElementVisitor extends ElementVisitor
ElementVisitor.ResourceBundleProvider
KEY_LOCATOR
Constructor and Description |
---|
OnDemandElementVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
addRegListener(OnDemandElementVisitorListener listener) |
void |
end(ElementEndContext context)
Visit the end tag of an xml element.
|
protected void |
endImpl(ElementEndContext context) |
void |
removeRegListener(OnDemandElementVisitorListener listener) |
void |
start(ElementStartContext context)
Visit the start tag of an xml element.
|
protected void |
startImpl(ElementStartContext context) |
getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider
public final void start(ElementStartContext context)
ElementVisitor
This implementation does nothing.
start
in class ElementVisitor
context
- information about the xml start tag.public final void end(ElementEndContext context)
ElementVisitor
This implementation does nothing.
end
in class ElementVisitor
context
- information about the xml end tag.protected void startImpl(ElementStartContext context)
protected void endImpl(ElementEndContext context)
public final void addRegListener(OnDemandElementVisitorListener listener)
public final void removeRegListener(OnDemandElementVisitorListener listener)