public abstract class IconVisitor extends ElementVisitor
ElementVisitor.ResourceBundleProviderKEY_LOCATOR| Constructor and Description |
|---|
IconVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(ElementEndContext context)
Visit the end tag of an xml element.
|
protected abstract void |
icon(ElementContext context,
IconDescription icon)
Called when an icon is encountered.
|
void |
start(ElementStartContext context)
Visit the start tag of an xml element.
|
getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProviderpublic void start(ElementStartContext context)
ElementVisitorThis implementation does nothing.
start in class ElementVisitorcontext - information about the xml start tag.public void end(ElementEndContext context)
ElementVisitorThis implementation does nothing.
end in class ElementVisitorcontext - information about the xml end tag.protected abstract void icon(ElementContext context, IconDescription icon)
context - the processing context.icon - the icon.