Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | List of all members
pip._vendor.html5lib.sanitizer.HTMLSanitizer Class Reference
Inheritance diagram for pip._vendor.html5lib.sanitizer.HTMLSanitizer:
pip._vendor.html5lib.sanitizer.HTMLSanitizerMixin _object

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
 

Constructor & Destructor Documentation

def pip._vendor.html5lib.sanitizer.HTMLSanitizer.__init__ (   self,
  stream,
  encoding = None,
  parseMeta = True,
  useChardet = True,
  lowercaseElementName = False,
  lowercaseAttrName = False,
  parser = None 
)

Member Function Documentation

def pip._vendor.html5lib.sanitizer.HTMLSanitizer.__iter__ (   self)

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.