|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.portal.utils.xml.v2.DefaultNodeHandler
oracle.portal.provider.v2.webservice.LiteralXML.Handler
public static class LiteralXML.Handler
LiteralXML.Handler is the NodeHandler that
should be used to process XML descriptions of a LiteralXML
object.
LiteralXML| Constructor Summary | |
|---|---|
LiteralXML.Handler()
|
|
| Method Summary | |
|---|---|
void |
processNode(org.w3c.dom.Node n,
java.lang.Object o)
Recursively processes all the children of a given XML node in the context of a LiteralXML object represented by that
node, in order to populate the LiteralXML and establish
parameter bindings . |
| Methods inherited from class oracle.portal.utils.xml.v2.DefaultNodeHandler |
|---|
getApplicationObjectForElement, getHandlerForElement, handleSimpleElement, invokePostInitialize, invokePreInitialize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiteralXML.Handler()
| Method Detail |
|---|
public void processNode(org.w3c.dom.Node n,
java.lang.Object o)
throws NodeHandlerException
LiteralXML object represented by that
node, in order to populate the LiteralXML and establish
parameter bindings .
processNode in interface NodeHandlerprocessNode in class DefaultNodeHandlern - current node whose children will be processed to populate the
context application object.o - the context application object. Should be a LiteralXML.
NodeHandlerException - if given object is not a valid
LiteralXML.
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||