jsx3.xml |
|
Java Source File Name | Type | Comment |
Cacheable.java | Class | A mixin interface that provides the following capabilities to implementing classes:
fetching and caching of an XML document from an XML string, URL, or cache id
fetching and caching of an XSL document from an XSL string, URL, or cache id
transformation of the XML document by the XSL document
XSL parameterization via setXSLParam/getXSLParams
management of cached resources
A class that implement this interface should usually be a subclass of jsx3.app.Model since this
interface assumes that its instances have methods in that class (in particular getId() and
getServer()). |
CdfDocument.java | Class | CdfDocuments and the root of a Node tree. |
CdfDocumentConverter.java | Class | An implementation of Converter for DOM objects. |
Node.java | Class | A Node is a container of Records. |
Record.java | Class | The Record class somewhat mirrors a W3C Element, but simplified because we do
not need namespaces, and things like Attr and NodeList. |
Template.java | Class | Wrapper of the native browser XSLT processor. |