| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.extension.ElementVisitor
javax.ide.extension.I18NCharVisitor
public abstract class I18NCharVisitor
An element visitor that processes xml elements of type i18n_char. If 
 the element has an rskey attribute and an ancestor extension element defined
 a bundle using the rsbundle attribute, this implementation will use 
 ResourceBundle.getBundle() to load a string resource from the bundle class.
 If no rskey attribute is present, the text of the element will be used 
 instead. In either case, 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.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class javax.ide.extension.ElementVisitor | 
|---|
| ElementVisitor.ResourceBundleProvider | 
| Field Summary | 
|---|
| Fields inherited from class javax.ide.extension.ElementVisitor | 
|---|
| KEY_LOCATOR | 
| Constructor Summary | |
|---|---|
| I18NCharVisitor() | |
| Method Summary | |
|---|---|
| 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. | 
| Methods inherited from class javax.ide.extension.ElementVisitor | 
|---|
| getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public I18NCharVisitor()
| Method Detail | 
|---|
public 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)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||