A ParserFactory
makes a parser
Your code registers a DocumentHandler
with the parser
An InputSource
feeds the document into the parser
As the document is read, the parser calls back to the
methods of the methods of the DocumentHandler
to tell it
what it's seeing in the document.