| Package | Description | 
|---|---|
| oracle.jbo.common | 
 Contains the implementation of components shared by thin clients and the middle tier. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientElement.addChild(ClientElement element)
Adds a subsidiary element to this element. 
 | 
void | 
ClientElement.removeChild(ClientElement element)
Removes a subsidiary element from this element. 
 | 
| Constructor and Description | 
|---|
ClientDocument(ClientElement root)
Designates an XML element as the root of an XML hierarchy. 
 |