|
|||||||||||
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.standard.Sequence
com.smallx.xml.component.standard.SubtreeView
Nested Class Summary | |
static class |
SubtreeView.Instantiator
|
Field Summary |
Fields inherited from class com.smallx.xml.component.ComponentBase |
context, flushLevel, name, output |
Constructor Summary | |
SubtreeView()
Creates a new instance of SubtreeFilterComponent |
Method Summary | |
void |
attach(ItemDestination dest)
|
void |
init(ComponentContext context)
|
static ComponentInstance |
parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
void |
send(Item item)
Called when a infoset item is generated by a source. |
void |
setExpression(EventExpression newExpr)
|
Methods inherited from class com.smallx.xml.component.standard.Sequence |
append, getInitializer, parseChildren |
Methods inherited from class com.smallx.xml.component.ComponentBase |
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 SubtreeView()
Method Detail |
public static ComponentInstance parse(Element spec, ComponentRegistry registry, java.util.Map sequences) throws XMLException
XMLException
public void setExpression(EventExpression newExpr) throws XPathException
XPathException
public void attach(ItemDestination dest) throws XMLException
attach
in interface Component
attach
in class Sequence
XMLException
public void send(Item item) throws XMLException
ItemDestination
send
in interface ItemDestination
send
in class Sequence
XMLException
public void init(ComponentContext context) throws XMLException
init
in interface Component
init
in class Sequence
XMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |