All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.jclark.xml.parse.base.ApplicationImpl
Application
.
All methods do nothing.
public ApplicationImpl()
public void startDocument() throws ExceptionendDocument
public void endDocument() throws ExceptionstartElement
public void startElement(StartElementEvent event) throws ExceptioncharacterData
public void characterData(CharacterDataEvent event) throws ExceptionendElement
public void endElement(EndElementEvent event) throws ExceptionprocessingInstruction
public void processingInstruction(ProcessingInstructionEvent event) throws ExceptionendProlog
public void endProlog(EndPrologEvent event) throws Exceptioncomment
public void comment(CommentEvent event) throws ExceptionstartCdataSection
public void startCdataSection(StartCdataSectionEvent event) throws ExceptionendCdataSection
public void endCdataSection(EndCdataSectionEvent event) throws ExceptionstartEntityReference
public void startEntityReference(StartEntityReferenceEvent event) throws ExceptionendEntityReference
public void endEntityReference(EndEntityReferenceEvent event) throws ExceptionstartDocumentTypeDeclaration
public void startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent event) throws ExceptionendDocumentTypeDeclaration
public void endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent event) throws ExceptionmarkupDeclaration
public void markupDeclaration(MarkupDeclarationEvent event) throws Exception
All Packages Class Hierarchy This Package Previous Next Index