org.apache.cocoon.components.xscript
Class XScriptObjectInlineXML
java.lang.Object
org.apache.cocoon.components.xscript.XScriptObject
org.apache.cocoon.components.xscript.XScriptObjectInlineXML
- All Implemented Interfaces:
- Serviceable, Source
public class XScriptObjectInlineXML
- extends XScriptObject
An XScriptObject
created from an inline XML fragment.
- Since:
- July 7, 2001
- Version:
- CVS $Id: XScriptObjectInlineXML.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Ovidiu Predescu, Vadim Gritsenko
Methods inherited from class org.apache.cocoon.components.xscript.XScriptObject |
exists, getLastModified, getMimeType, getScheme, getValidity, recycle, refresh, service, toEmbeddedSAX, toSAX, transform |
XScriptObjectInlineXML
public XScriptObjectInlineXML(XScriptManager manager)
XScriptObjectInlineXML
public XScriptObjectInlineXML(XScriptManager manager,
String string)
XScriptObjectInlineXML
public XScriptObjectInlineXML(XScriptManager manager,
StringBuffer stringBuffer)
getInputStream
public InputStream getInputStream()
throws IOException
- Throws:
IOException
getInputSource
public InputSource getInputSource()
throws IOException
- Overrides:
getInputSource
in class XScriptObject
- Throws:
IOException
getContentHandler
public ContentHandler getContentHandler()
toString
public String toString()
- Overrides:
toString
in class Object
getContentLength
public long getContentLength()
- Specified by:
getContentLength
in interface Source
- Specified by:
getContentLength
in class XScriptObject
getContent
public String getContent()
getURI
public String getURI()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.