23Copyright © 2000-2001 Profile Consulting Inc.23
ContentHandler Interface

ContentHandler defines the core callback methods that the application must implement.
For convenience, DefaultHandler is a class that has empty implementations of those methods.
Like an adapter for an AWT event listener.