All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.xface.XFaceDefault

java.lang.Object
    |
    +----ORG.opengroup.xface.XFaceDefault

public class XFaceDefault
extends Object
implements XFace
A minimal implimentation of XFace. Useful for deserializing XML which contains unknown types.


Constructor Index

 o XFaceDefault()

Method Index

 o getXObj()
Simply returns the associated XML object.
 o refreshXObj()
Refreshes the XML object with current data held by the face object.
 o setXObj(XObj)
Assigns an XML object to the face object.

Constructors

 o XFaceDefault
public XFaceDefault()

Methods

 o getXObj
public XObj getXObj()
Simply returns the associated XML object.

 o setXObj
public void setXObj(XObj xObj)
Assigns an XML object to the face object. At the time of the assignment, the face object extracts all appropriate data from the XML object.

 o refreshXObj
public void refreshXObj()
Refreshes the XML object with current data held by the face object. (Called by XObj.toString().)


All Packages  Class Hierarchy  This Package  Previous  Next  Index