|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
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 | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
ClientDocument(ClientElement root)
Designates an XML element as the root of an XML hierarchy. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |