|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.component.ComponentBase
com.smallx.xml.component.DocumentComponentBase
com.smallx.xml.component.standard.XSLT
Nested Class Summary | |
static class |
XSLT.Instantiator
|
Field Summary |
Fields inherited from class com.smallx.xml.component.ComponentBase |
context, flushLevel, name, output |
Constructor Summary | |
XSLT()
Creates a new instance of Identity |
Method Summary | |
void |
init(ComponentContext context)
|
static ComponentInstance |
parse(Element spec,
ComponentRegistry registry)
|
void |
sendDocument(Document doc)
|
void |
setParameter(Name name,
java.lang.Object value)
|
void |
setTransformation(Transformation xform)
|
Methods inherited from class com.smallx.xml.component.DocumentComponentBase |
send |
Methods inherited from class com.smallx.xml.component.ComponentBase |
attach, getContext, getName, getVersion, isFlushing, post, setFlushing, setOutputType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSLT()
Method Detail |
public static ComponentInstance parse(Element spec, ComponentRegistry registry) throws XMLException
XMLException
public void setTransformation(Transformation xform)
public void setParameter(Name name, java.lang.Object value)
public void init(ComponentContext context) throws XMLException
init
in interface Component
init
in class ComponentBase
XMLException
public void sendDocument(Document doc) throws XMLException
sendDocument
in class DocumentComponentBase
XMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |