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.
getXObj()
- Simply returns the associated XML object.
refreshXObj()
- Refreshes the XML object with current data held by the face object.
setXObj(XObj)
- Assigns an XML object to the face object.
getXObj
public abstract XObj getXObj()
- Simply returns the associated XML object.
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.
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