All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface ORG.opengroup.xface.XFace

public interface XFace
extends Serializable
Puts a pretty face on a parsed tree of XML objects.


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.

Methods

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

 o setXObj
public abstract void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
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 abstract 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