Orbits
1
|
Classes | |
class | DataLossWarning |
class | ReparseException |
Variables | |
_ = gettext.gettext | |
EOF = None | |
dictionary | E |
dictionary | namespaces |
tuple | scopingElements |
tuple | formattingElements |
tuple | specialElements |
tuple | htmlIntegrationPointElements |
tuple | mathmlTextIntegrationPointElements |
dictionary | adjustForeignAttributes |
tuple | unadjustForeignAttributes |
tuple | spaceCharacters |
tuple | tableInsertModeElements |
tuple | asciiLowercase = frozenset(string.ascii_lowercase) |
tuple | asciiUppercase = frozenset(string.ascii_uppercase) |
tuple | asciiLetters = frozenset(string.ascii_letters) |
tuple | digits = frozenset(string.digits) |
tuple | hexDigits = frozenset(string.hexdigits) |
tuple | asciiUpper2Lower |
tuple | headingElements |
tuple | voidElements |
tuple | cdataElements = frozenset(('title', 'textarea')) |
tuple | rcdataElements |
dictionary | booleanAttributes |
tuple | entitiesWindows1252 |
tuple | xmlEntities = frozenset(('lt;', 'gt;', 'amp;', 'apos;', 'quot;')) |
dictionary | entities |
dictionary | replacementCharacters |
dictionary | encodings |
dictionary | tokenTypes |
tuple | tagTokenTypes |
tuple | prefixes = dict([(v, k) for k, v in namespaces.items()]) |
pip._vendor.html5lib.constants._ = gettext.gettext |
dictionary pip._vendor.html5lib.constants.adjustForeignAttributes |
tuple pip._vendor.html5lib.constants.asciiLetters = frozenset(string.ascii_letters) |
tuple pip._vendor.html5lib.constants.asciiLowercase = frozenset(string.ascii_lowercase) |
tuple pip._vendor.html5lib.constants.asciiUpper2Lower |
tuple pip._vendor.html5lib.constants.asciiUppercase = frozenset(string.ascii_uppercase) |
dictionary pip._vendor.html5lib.constants.booleanAttributes |
tuple pip._vendor.html5lib.constants.cdataElements = frozenset(('title', 'textarea')) |
tuple pip._vendor.html5lib.constants.digits = frozenset(string.digits) |
dictionary pip._vendor.html5lib.constants.E |
dictionary pip._vendor.html5lib.constants.encodings |
dictionary pip._vendor.html5lib.constants.entities |
tuple pip._vendor.html5lib.constants.entitiesWindows1252 |
pip._vendor.html5lib.constants.EOF = None |
tuple pip._vendor.html5lib.constants.formattingElements |
tuple pip._vendor.html5lib.constants.headingElements |
tuple pip._vendor.html5lib.constants.hexDigits = frozenset(string.hexdigits) |
tuple pip._vendor.html5lib.constants.htmlIntegrationPointElements |
tuple pip._vendor.html5lib.constants.mathmlTextIntegrationPointElements |
dictionary pip._vendor.html5lib.constants.namespaces |
tuple pip._vendor.html5lib.constants.rcdataElements |
dictionary pip._vendor.html5lib.constants.replacementCharacters |
tuple pip._vendor.html5lib.constants.scopingElements |
tuple pip._vendor.html5lib.constants.spaceCharacters |
tuple pip._vendor.html5lib.constants.specialElements |
tuple pip._vendor.html5lib.constants.tableInsertModeElements |
tuple pip._vendor.html5lib.constants.tagTokenTypes |
dictionary pip._vendor.html5lib.constants.tokenTypes |
tuple pip._vendor.html5lib.constants.unadjustForeignAttributes |
tuple pip._vendor.html5lib.constants.voidElements |
tuple pip._vendor.html5lib.constants.xmlEntities = frozenset(('lt;', 'gt;', 'amp;', 'apos;', 'quot;')) |
Copyright 2014 Google Inc. All rights reserved.