public class OnDemandElementVisitor extends ElementVisitor
ElementVisitor.ResourceBundleProviderKEY_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, setResourceBundleProviderpublic final void start(ElementStartContext context)
ElementVisitorThis implementation does nothing.
start in class ElementVisitorcontext - information about the xml start tag.public final void end(ElementEndContext context)
ElementVisitorThis implementation does nothing.
end in class ElementVisitorcontext - 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)