Library specific code creates a parser
The parser parses the document and returns a DOM org.w3c.dom.Document object.
org.w3c.dom.Document
The entire document is stored in memory.
DOM methods and interfaces are used to extract data from this object