|
The PDK Java API is part of the Portal Developer Kit on Portal Studio | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.portal.utils.xml.v2.DefaultNodeHandler
|
+--oracle.portal.provider.v2.webservice.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 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.
|
The PDK Java API is part of the Portal Developer Kit on Portal Studio | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||