Package org.apache.cocoon.components.xscript

Interface Summary
XScriptManager XScriptManager is the public interface used to interact with the XScript component, which implements the supporting code for the XScript language.
 

Class Summary
StringBufferContentHandler A ContentHandler that accumulates the SAX stream into a StringBuffer object.
XScriptManagerImpl The actual implementation of the XScriptManager interface.
XScriptObject XScriptObject is the root class implemented by all the object types in XScript.
XScriptObjectFromURL An XScriptObject created from the contents of a URL.
XScriptObjectInlineXML An XScriptObject created from an inline XML fragment.
XScriptObjectResult An XScriptObject created from a JAXP Result object.
XScriptVariableScope XScriptVariableScope maintains variables in a given scope.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.