|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientElement | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
Uses of ClientElement in oracle.jbo.common |
Methods in oracle.jbo.common that return ClientElement | |
ClientElement[] |
ClientElement.getElementsOfType(java.lang.String tagName)
Creates an array of all subsidiary elements having given name |
ClientElement |
ClientDocument.getRoot()
Gets the root element of this ClientDocument 's XML hierarchy. |
Methods in oracle.jbo.common with parameters of type ClientElement | |
void |
ClientElement.addChild(ClientElement element)
Adds a subsidiary element to this element. |
void |
ClientElement.removeChild(ClientElement element)
Removes a subsidiary element from this element. |
Constructors in oracle.jbo.common with parameters of type ClientElement | |
ClientDocument(ClientElement root)
Designates an XML element as the root of an XML hierarchy. |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.