srcanamdw/codescanner/pyinstaller/hooks/hook-xml.dom.html.HTMLDocument.py
author noe\swadi
Thu, 18 Feb 2010 12:29:02 +0530
changeset 1 22878952f6e2
permissions -rw-r--r--
Committing the CodeScanner Core tool This component has been moved from the StaticAnaApps package. BUG : 5889 (http://developer.symbian.org/webbugs/show_bug.cgi?id=5889).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     1
# Copyright (C) 2005, Giovanni Bajo
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     2
# Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     3
#
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     4
# This program is free software; you can redistribute it and/or
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     5
# modify it under the terms of the GNU General Public License
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     6
# as published by the Free Software Foundation; either version 2
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     7
# of the License, or (at your option) any later version.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     8
#
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     9
# This program is distributed in the hope that it will be useful,
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    12
# GNU General Public License for more details.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    13
#
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    14
# You should have received a copy of the GNU General Public License
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    15
# along with this program; if not, write to the Free Software
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    17
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    18
#xml.dom.html.HTMLDocument
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    19
hiddenimports = ['xml.dom.html.HTMLAnchorElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    20
                 'xml.dom.html.HTMLAppletElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    21
                 'xml.dom.html.HTMLAreaElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    22
                 'xml.dom.html.HTMLBaseElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    23
                 'xml.dom.html.HTMLBaseFontElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    24
                 'xml.dom.html.HTMLBodyElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    25
                 'xml.dom.html.HTMLBRElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    26
                 'xml.dom.html.HTMLButtonElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    27
                 'xml.dom.html.HTMLDirectoryElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    28
                 'xml.dom.html.HTMLDivElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    29
                 'xml.dom.html.HTMLDListElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    30
                 'xml.dom.html.HTMLElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    31
                 'xml.dom.html.HTMLFieldSetElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    32
                 'xml.dom.html.HTMLFontElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    33
                 'xml.dom.html.HTMLFormElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    34
                 'xml.dom.html.HTMLFrameElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    35
                 'xml.dom.html.HTMLFrameSetElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    36
                 'xml.dom.html.HTMLHeadElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    37
                 'xml.dom.html.HTMLHeadingElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    38
                 'xml.dom.html.HTMLHRElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    39
                 'xml.dom.html.HTMLHtmlElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    40
                 'xml.dom.html.HTMLIFrameElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    41
                 'xml.dom.html.HTMLImageElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    42
                 'xml.dom.html.HTMLInputElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    43
                 'xml.dom.html.HTMLIsIndexElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    44
                 'xml.dom.html.HTMLLabelElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    45
                 'xml.dom.html.HTMLLegendElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    46
                 'xml.dom.html.HTMLLIElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    47
                 'xml.dom.html.HTMLLinkElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    48
                 'xml.dom.html.HTMLMapElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    49
                 'xml.dom.html.HTMLMenuElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    50
                 'xml.dom.html.HTMLMetaElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    51
                 'xml.dom.html.HTMLModElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    52
                 'xml.dom.html.HTMLObjectElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    53
                 'xml.dom.html.HTMLOListElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    54
                 'xml.dom.html.HTMLOptGroupElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    55
                 'xml.dom.html.HTMLOptionElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    56
                 'xml.dom.html.HTMLParagraphElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    57
                 'xml.dom.html.HTMLParamElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    58
                 'xml.dom.html.HTMLPreElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    59
                 'xml.dom.html.HTMLQuoteElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    60
                 'xml.dom.html.HTMLScriptElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    61
                 'xml.dom.html.HTMLSelectElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    62
                 'xml.dom.html.HTMLStyleElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    63
                 'xml.dom.html.HTMLTableCaptionElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    64
                 'xml.dom.html.HTMLTableCellElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    65
                 'xml.dom.html.HTMLTableColElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    66
                 'xml.dom.html.HTMLTableElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    67
                 'xml.dom.html.HTMLTableRowElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    68
                 'xml.dom.html.HTMLTableSectionElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    69
                 'xml.dom.html.HTMLTextAreaElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    70
                 'xml.dom.html.HTMLTitleElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    71
                 'xml.dom.html.HTMLUListElement',
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    72
        ]
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    73
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    74