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 ofApplication.
 All methods do nothing.
   
  -   ApplicationImpl() ApplicationImpl()
-  
   
  -   characterData(CharacterDataEvent) characterData(CharacterDataEvent)
-  
  
-   comment(CommentEvent) comment(CommentEvent)
-  
  
-   endCdataSection(EndCdataSectionEvent) endCdataSection(EndCdataSectionEvent)
-  
  
-   endDocument() endDocument()
-  
  
-   endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent) endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent)
-  
  
-   endElement(EndElementEvent) endElement(EndElementEvent)
-  
  
-   endEntityReference(EndEntityReferenceEvent) endEntityReference(EndEntityReferenceEvent)
-  
  
-   endProlog(EndPrologEvent) endProlog(EndPrologEvent)
-  
  
-   markupDeclaration(MarkupDeclarationEvent) markupDeclaration(MarkupDeclarationEvent)
-  
  
-   processingInstruction(ProcessingInstructionEvent) processingInstruction(ProcessingInstructionEvent)
-  
  
-   startCdataSection(StartCdataSectionEvent) startCdataSection(StartCdataSectionEvent)
-  
  
-   startDocument() startDocument()
-  
  
-   startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent) startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent)
-  
  
-   startElement(StartElementEvent) startElement(StartElementEvent)
-  
  
-   startEntityReference(StartEntityReferenceEvent) startEntityReference(StartEntityReferenceEvent)
-  
   
 ApplicationImpl
ApplicationImpl
 public ApplicationImpl()
   
 startDocument
startDocument
 public void startDocument() throws Exception
 endDocument
endDocument
 public void endDocument() throws Exception
 startElement
startElement
 public void startElement(StartElementEvent event) throws Exception
 characterData
characterData
 public void characterData(CharacterDataEvent event) throws Exception
 endElement
endElement
 public void endElement(EndElementEvent event) throws Exception
 processingInstruction
processingInstruction
 public void processingInstruction(ProcessingInstructionEvent event) throws Exception
 endProlog
endProlog
 public void endProlog(EndPrologEvent event) throws Exception
 comment
comment
 public void comment(CommentEvent event) throws Exception
 startCdataSection
startCdataSection
 public void startCdataSection(StartCdataSectionEvent event) throws Exception
 endCdataSection
endCdataSection
 public void endCdataSection(EndCdataSectionEvent event) throws Exception
 startEntityReference
startEntityReference
 public void startEntityReference(StartEntityReferenceEvent event) throws Exception
 endEntityReference
endEntityReference
 public void endEntityReference(EndEntityReferenceEvent event) throws Exception
 startDocumentTypeDeclaration
startDocumentTypeDeclaration
 public void startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent event) throws Exception
 endDocumentTypeDeclaration
endDocumentTypeDeclaration
 public void endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent event) throws Exception
 markupDeclaration
markupDeclaration
 public void markupDeclaration(MarkupDeclarationEvent event) throws Exception
All Packages  Class Hierarchy  This Package  Previous  Next  Index