#
# $Id: htmldocument.icn,v 1.1 2003/08/04 17:35:05 jeffery Exp $
#
# This file is in the public domain.
#
# Author: Robert Parlett (parlett@dial.pipex.com)
#

package xml

#
# Class to represent a parsed html document.
#
class HtmlDocument : Document()
   initially()
      self.Document.initially()
end