|
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
oracle.javatools.xml.esax.ElementHandler
public class ElementHandler
An object that handles an XML element extends ElementHandler, overriding the handleStart() or handleEnd() methods.
| Constructor Summary | |
|---|---|
ElementHandler() |
|
| Method Summary | |
|---|---|
void |
handleEnd(ElementEndContext context)Handle the end of an XML element. |
void |
handleStart(ElementStartContext context)Handle the start of an XML element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementHandler()
| Method Detail |
|---|
public void handleStart(ElementStartContext context)
throws HandlerException
context - a context object.HandlerException - if an error occurred parsing the context.
public void handleEnd(ElementEndContext context)
throws HandlerException
context - a context object.HandlerException - if an error occurred parsing the context.
|
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 | |||||||||