All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.parse.base.ApplicationImpl

java.lang.Object
   |
   +----com.jclark.xml.parse.base.ApplicationImpl

public class ApplicationImpl
extends Object
implements Application
A default implementation of Application. All methods do nothing.


Constructor Index

 o ApplicationImpl()

Method Index

 o characterData(CharacterDataEvent)
 o comment(CommentEvent)
 o endCdataSection(EndCdataSectionEvent)
 o endDocument()
 o endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent)
 o endElement(EndElementEvent)
 o endEntityReference(EndEntityReferenceEvent)
 o endProlog(EndPrologEvent)
 o markupDeclaration(MarkupDeclarationEvent)
 o processingInstruction(ProcessingInstructionEvent)
 o startCdataSection(StartCdataSectionEvent)
 o startDocument()
 o startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent)
 o startElement(StartElementEvent)
 o startEntityReference(StartEntityReferenceEvent)

Constructors

 o ApplicationImpl
 public ApplicationImpl()

Methods

 o startDocument
 public void startDocument() throws Exception
 o endDocument
 public void endDocument() throws Exception
 o startElement
 public void startElement(StartElementEvent event) throws Exception
 o characterData
 public void characterData(CharacterDataEvent event) throws Exception
 o endElement
 public void endElement(EndElementEvent event) throws Exception
 o processingInstruction
 public void processingInstruction(ProcessingInstructionEvent event) throws Exception
 o endProlog
 public void endProlog(EndPrologEvent event) throws Exception
 o comment
 public void comment(CommentEvent event) throws Exception
 o startCdataSection
 public void startCdataSection(StartCdataSectionEvent event) throws Exception
 o endCdataSection
 public void endCdataSection(EndCdataSectionEvent event) throws Exception
 o startEntityReference
 public void startEntityReference(StartEntityReferenceEvent event) throws Exception
 o endEntityReference
 public void endEntityReference(EndEntityReferenceEvent event) throws Exception
 o startDocumentTypeDeclaration
 public void startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent event) throws Exception
 o endDocumentTypeDeclaration
 public void endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent event) throws Exception
 o markupDeclaration
 public void markupDeclaration(MarkupDeclarationEvent event) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index