public abstract class I18NCharVisitor extends ElementVisitor
characterValue( ElementContext, char )
is called with the first non-whitespace character of the resulting string.An error is logged if the rskey attribute is present on the element but no rsbundle was defined in an ancestor extension element.
ElementVisitor.ResourceBundleProviderKEY_LOCATOR| Constructor and Description |
|---|
I18NCharVisitor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
characterValue(ElementContext context,
char value) |
void |
end(ElementEndContext context)
Visit the end tag of an xml element.
|
void |
start(ElementStartContext context)
Visit the start tag of an xml element.
|
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 abstract void characterValue(ElementContext context, char value)