|
|||||||||||
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
Field Summary |
Fields inherited from class com.smallx.xml.component.ComponentBase |
context, flushLevel, name, output, version |
Constructor Summary | |
protected |
DocumentComponentBase(Name name,
java.lang.String version)
Creates a new instance of DocumentComponentBase |
Method Summary | |
void |
send(Item item)
Called when a infoset item is generated by a source. |
abstract void |
sendDocument(Document doc)
|
Methods inherited from class com.smallx.xml.component.ComponentBase |
attach, getContext, getName, getVersion, init, isFlushing, post, setFlushing, setOutputType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DocumentComponentBase(Name name, java.lang.String version)
Method Detail |
public void send(Item item) throws XMLException
ItemDestination
item
- The infoset item that was generated by the source.
XMLException
public abstract void sendDocument(Document doc) throws XMLException
XMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |