# Copyright (C) 2005, Giovanni Bajo
# Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#xml.dom.html.HTMLDocument
hiddenimports = ['xml.dom.html.HTMLAnchorElement',
'xml.dom.html.HTMLAppletElement',
'xml.dom.html.HTMLAreaElement',
'xml.dom.html.HTMLBaseElement',
'xml.dom.html.HTMLBaseFontElement',
'xml.dom.html.HTMLBodyElement',
'xml.dom.html.HTMLBRElement',
'xml.dom.html.HTMLButtonElement',
'xml.dom.html.HTMLDirectoryElement',
'xml.dom.html.HTMLDivElement',
'xml.dom.html.HTMLDListElement',
'xml.dom.html.HTMLElement',
'xml.dom.html.HTMLFieldSetElement',
'xml.dom.html.HTMLFontElement',
'xml.dom.html.HTMLFormElement',
'xml.dom.html.HTMLFrameElement',
'xml.dom.html.HTMLFrameSetElement',
'xml.dom.html.HTMLHeadElement',
'xml.dom.html.HTMLHeadingElement',
'xml.dom.html.HTMLHRElement',
'xml.dom.html.HTMLHtmlElement',
'xml.dom.html.HTMLIFrameElement',
'xml.dom.html.HTMLImageElement',
'xml.dom.html.HTMLInputElement',
'xml.dom.html.HTMLIsIndexElement',
'xml.dom.html.HTMLLabelElement',
'xml.dom.html.HTMLLegendElement',
'xml.dom.html.HTMLLIElement',
'xml.dom.html.HTMLLinkElement',
'xml.dom.html.HTMLMapElement',
'xml.dom.html.HTMLMenuElement',
'xml.dom.html.HTMLMetaElement',
'xml.dom.html.HTMLModElement',
'xml.dom.html.HTMLObjectElement',
'xml.dom.html.HTMLOListElement',
'xml.dom.html.HTMLOptGroupElement',
'xml.dom.html.HTMLOptionElement',
'xml.dom.html.HTMLParagraphElement',
'xml.dom.html.HTMLParamElement',
'xml.dom.html.HTMLPreElement',
'xml.dom.html.HTMLQuoteElement',
'xml.dom.html.HTMLScriptElement',
'xml.dom.html.HTMLSelectElement',
'xml.dom.html.HTMLStyleElement',
'xml.dom.html.HTMLTableCaptionElement',
'xml.dom.html.HTMLTableCellElement',
'xml.dom.html.HTMLTableColElement',
'xml.dom.html.HTMLTableElement',
'xml.dom.html.HTMLTableRowElement',
'xml.dom.html.HTMLTableSectionElement',
'xml.dom.html.HTMLTextAreaElement',
'xml.dom.html.HTMLTitleElement',
'xml.dom.html.HTMLUListElement',
]
|