All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.jclark.xml.parse.io.ApplicationImpl
java.lang.Object
   |
   +----com.jclark.xml.parse.io.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 IOException
 endDocument
endDocument
 public void endDocument() throws IOException
 startElement
startElement
 public void startElement(StartElementEvent event) throws IOException
 characterData
characterData
 public void characterData(CharacterDataEvent event) throws IOException
 endElement
endElement
 public void endElement(EndElementEvent event) throws IOException
 processingInstruction
processingInstruction
 public void processingInstruction(ProcessingInstructionEvent pi) throws IOException
 endProlog
endProlog
 public void endProlog(EndPrologEvent event) throws IOException
 comment
comment
 public void comment(CommentEvent event) throws IOException
 startCdataSection
startCdataSection
 public void startCdataSection(StartCdataSectionEvent event) throws IOException
 endCdataSection
endCdataSection
 public void endCdataSection(EndCdataSectionEvent event) throws IOException
 startEntityReference
startEntityReference
 public void startEntityReference(StartEntityReferenceEvent event) throws IOException
 endEntityReference
endEntityReference
 public void endEntityReference(EndEntityReferenceEvent event) throws IOException
 startDocumentTypeDeclaration
startDocumentTypeDeclaration
 public void startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent event) throws IOException
 endDocumentTypeDeclaration
endDocumentTypeDeclaration
 public void endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent event) throws IOException
 markupDeclaration
markupDeclaration
 public void markupDeclaration(MarkupDeclarationEvent event) throws IOException
All Packages  Class Hierarchy  This Package  Previous  Next  Index