All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.jclark.xml.parse.awt.ApplicationImpl
Application
.
All methods do nothing.
public ApplicationImpl()
public void startDocument() throws AWTException
public void endDocument() throws AWTException
public void startElement(StartElementEvent event) throws AWTException
public void characterData(CharacterDataEvent event) throws AWTException
public void endElement(EndElementEvent event) throws AWTException
public void processingInstruction(ProcessingInstructionEvent pi) throws AWTException
public void endProlog(EndPrologEvent event) throws AWTException
public void comment(CommentEvent event) throws AWTException
public void startCdataSection(StartCdataSectionEvent event) throws AWTException
public void endCdataSection(EndCdataSectionEvent event) throws AWTException
public void startEntityReference(StartEntityReferenceEvent event) throws AWTException
public void endEntityReference(EndEntityReferenceEvent event) throws AWTException
public void startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent event) throws AWTException
public void endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent event) throws AWTException
public void markupDeclaration(MarkupDeclarationEvent event) throws AWTException
All Packages Class Hierarchy This Package Previous Next Index