org.apache.cocoon.components.xscript |
|
Java Source File Name | Type | Comment |
StringBufferContentHandler.java | Class | A ContentHandler that accumulates the SAX stream into
a StringBuffer object. |
XScriptManager.java | Interface | XScriptManager is the public interface used to
interact with the XScript component, which implements the
supporting code for the XScript language. |
XScriptManagerImpl.java | Class | The actual implementation of the XScriptManager interface. |
XScriptObject.java | Class | XScriptObject is the root class implemented by all the
object types in XScript. |
XScriptObjectFromURL.java | Class | An XScriptObject created from the contents of a URL. |
XScriptObjectInlineXML.java | Class | An XScriptObject created from an inline XML fragment. |
XScriptObjectResult.java | Class | An XScriptObject created from a JAXP
Result object. |
XScriptVariableScope.java | Class | XScriptVariableScope maintains variables in a given
scope. |