The advanced APIs are a set of Java classes and interfaces, allowing extensive customization of the EditLive! for XML applet. The classes used to customize the applet are documented in the EditLive! for XML JavaBean APIs. The JavaBean APIs are documented in Java-docs style, detailing the properties and methods of each interface and class used in the advanced APIs.
The Java APIs can be accessed in Java-doc format in the EditLive! for XML SDK.
For detailed information on how to use the advanced APIs see the Examples chapter of this guide.
For the ELXBean class in the advanced APIs, the ELXBean constructor cannot be used. To use the advanced APIs, a Java class must be defined where the constructor takes an instanace of ELXBean as it's parameter. For more information see the Examples chapter of this guide.
In order to load the newly created Java class utilising the advanced APIs, the AddJar instantiation API is used to specify this new class.
Copyright 2001-2005 Ephox Corporation. All Rights Reserved.