Orbits
1
|
Public Member Functions | |
def | __init__ |
def | __iter__ |
Public Member Functions inherited from pip._vendor.html5lib.sanitizer.HTMLSanitizerMixin | |
def | sanitize_token |
def | allowed_token |
def | disallowed_token |
def | sanitize_css |
Additional Inherited Members | |
Static Public Attributes inherited from pip._vendor.html5lib.sanitizer.HTMLSanitizerMixin | |
list | acceptable_elements |
list | mathml_elements |
list | svg_elements |
list | acceptable_attributes |
list | mathml_attributes |
list | svg_attributes |
list | attr_val_is_uri |
list | svg_attr_val_allows_ref |
list | svg_allow_local_href |
list | acceptable_css_properties |
list | acceptable_css_keywords |
list | acceptable_svg_properties |
list | acceptable_protocols |
allowed_elements = acceptable_elements+mathml_elements+svg_elements | |
allowed_attributes = acceptable_attributes+mathml_attributes+svg_attributes | |
allowed_css_properties = acceptable_css_properties | |
allowed_css_keywords = acceptable_css_keywords | |
allowed_svg_properties = acceptable_svg_properties | |
allowed_protocols = acceptable_protocols | |
def pip._vendor.html5lib.sanitizer.HTMLSanitizer.__init__ | ( | self, | |
stream, | |||
encoding = None , |
|||
parseMeta = True , |
|||
useChardet = True , |
|||
lowercaseElementName = False , |
|||
lowercaseAttrName = False , |
|||
parser = None |
|||
) |
def pip._vendor.html5lib.sanitizer.HTMLSanitizer.__iter__ | ( | self | ) |
Copyright 2014 Google Inc. All rights reserved.