de.zeigermann.xml.simpleImporter

Class DefaultSimpleImportHandler

Implemented Interfaces:
SimpleImportHandler

public class DefaultSimpleImportHandler
extends Object
implements SimpleImportHandler

Empty implementation for callback interface SimpleImportHandler for SimpleImporter. For lazy people - like me - who do not like to write empty method bodies.
Author:
Olli Z.

Method Summary

void
cData(SimplePath path, String cdata)
void
endDocument()
void
endElement(SimplePath path, String name)
void
startDocument()
void
startElement(SimplePath path, String name, AttributesImpl attributes, String leadingCDdata)

Method Details

cData

public void cData(SimplePath path,
                  String cdata)
Specified by:
cData in interface SimpleImportHandler

endDocument

public void endDocument()
Specified by:
endDocument in interface SimpleImportHandler

endElement

public void endElement(SimplePath path,
                       String name)
Specified by:
endElement in interface SimpleImportHandler

startDocument

public void startDocument()
Specified by:
startDocument in interface SimpleImportHandler

startElement

public void startElement(SimplePath path,
                         String name,
                         AttributesImpl attributes,
                         String leadingCDdata)
Specified by:
startElement in interface SimpleImportHandler

Copyright B) 2002-2004 Oliver Zeigermann. All Rights Reserved.