|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.ide.extension.ElementVisitor
javax.ide.extension.BooleanVisitor
public abstract class BooleanVisitor
Visitor for handling elements of type xs:boolean. Subclasses provide an implementation of booleanValue( ElementContext, boolean ), which is called when a boolean value is retrieved for the element.
| Field Summary |
|---|
| Fields inherited from class javax.ide.extension.ElementVisitor |
|---|
KEY_LOCATOR |
| Constructor Summary | |
|---|---|
BooleanVisitor() |
|
| Method Summary | |
|---|---|
protected abstract void |
booleanValue(ElementContext context, boolean value)Called when the visitor encounters a boolean value. |
void |
end(ElementEndContext end)Visit the end tag of an xml element. |
void |
start(ElementStartContext start)Visit the start tag of an xml element. |
| Methods inherited from class javax.ide.extension.ElementVisitor |
|---|
getClassLoader, getResourceBundle, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanVisitor()
| Method Detail |
|---|
public final void start(ElementStartContext start)
ElementVisitorThis implementation does nothing.
start in class ElementVisitorstart - information about the xml start tag.public final void end(ElementEndContext end)
ElementVisitorThis implementation does nothing.
end in class ElementVisitorend - information about the xml end tag.
protected abstract void booleanValue(ElementContext context,
boolean value)
context - the xml parsing context.value - the boolean value.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||