net.sf.swan.xml.input.event
Interface ContextListener
- All Known Subinterfaces:
- TreeFactory
- All Known Implementing Classes:
- Chain, Choice, ContextAdapter
- public interface ContextListener
startElement
public void startElement(StartElementEvent event)
throws EventContextException
endElement
public void endElement(EndElementEvent event)
throws EventContextException
text
public void text(TextEvent event)
throws EventContextException
processingInstruction
public void processingInstruction(ProcessingInstructionEvent piEvent)
throws EventContextException