Business Components

Uses of Class
oracle.jbo.common.ClientElement

Packages that use.*
PackageDescription
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
TypeName
 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
TypeName
 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
TypeName
ClientDocument(ClientElement root)
          Designates an XML element as the root of an XML hierarchy.
 


Business Components