|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.inria.ketuk.XEdit
Implementation of a basic application allowing the edition of a XML document with it's associated XSLT file
Constructor Summary | |
XEdit()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Entry point of the class. |
void |
xEditPerformed(XEditEvent xe)
Handler for XEdit events. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XEdit()
Method Detail |
public static void main(java.lang.String[] args)
Processes xml ans xslt documents, generates the corresponding bean hierarchy and displays it
public void xEditPerformed(XEditEvent xe)
This method does nothing excepted for END events where the edited document is written on the standard output and the application is ended
xEditPerformed
in interface XEditListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |