|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.swan.xml.input.event.ContextAdapter | +--net.sf.swan.xml.input.components.CopyState
Component that simply copies the client state from one
EventContext
to another.
Constructor Summary | |
CopyState()
|
Method Summary | |
void |
endElement(EndElementEvent event)
Copies the client state from the
current context to the
source context . |
void |
startElement(StartElementEvent event)
Copies the client state from the
source context to the
current context . |
Methods inherited from class net.sf.swan.xml.input.event.ContextAdapter |
getErrorHandler, processingInstruction, text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CopyState()
Method Detail |
public void startElement(StartElementEvent event)
client state
from the
source context
to the
current context
.startElement
in class ContextAdapter
public void endElement(EndElementEvent event)
client state
from the
current context
to the
source context
.endElement
in class ContextAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |