Business Components

Uses of Class
oracle.jbo.common.ClientElement

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 ClientDocument.getRoot()
          Gets the root element of this ClientDocument's XML hierarchy.
 ClientElement[] ClientElement.getElementsOfType(java.lang.String tagName)
          Creates an array of all subsidiary elements having given name
 

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.ClientDocument(ClientElement root)
          Designates an XML element as the root of an XML hierarchy.
 


Business Components