All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.jclark.xml.parse.io.ApplicationImpl
Application
.
All methods do nothing.
public ApplicationImpl()
public void startDocument() throws IOExceptionendDocument
public void endDocument() throws IOExceptionstartElement
public void startElement(StartElementEvent event) throws IOExceptioncharacterData
public void characterData(CharacterDataEvent event) throws IOExceptionendElement
public void endElement(EndElementEvent event) throws IOExceptionprocessingInstruction
public void processingInstruction(ProcessingInstructionEvent pi) throws IOExceptionendProlog
public void endProlog(EndPrologEvent event) throws IOExceptioncomment
public void comment(CommentEvent event) throws IOExceptionstartCdataSection
public void startCdataSection(StartCdataSectionEvent event) throws IOExceptionendCdataSection
public void endCdataSection(EndCdataSectionEvent event) throws IOExceptionstartEntityReference
public void startEntityReference(StartEntityReferenceEvent event) throws IOExceptionendEntityReference
public void endEntityReference(EndEntityReferenceEvent event) throws IOExceptionstartDocumentTypeDeclaration
public void startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent event) throws IOExceptionendDocumentTypeDeclaration
public void endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent event) throws IOExceptionmarkupDeclaration
public void markupDeclaration(MarkupDeclarationEvent event) throws IOException
All Packages Class Hierarchy This Package Previous Next Index