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.ResourceBundleProvider
KEY_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, 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 abstract void characterValue(ElementContext context, char value)