Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Namespaces | Variables
pip._vendor.html5lib Namespace Reference

Namespaces

namespace  constants
 
namespace  filters
 
namespace  html5parser
 
namespace  ihatexml
 
namespace  inputstream
 
namespace  sanitizer
 
namespace  serializer
 
namespace  tokenizer
 
namespace  treeadapters
 
namespace  treebuilders
 
namespace  treewalkers
 
namespace  trie
 
namespace  utils
 

Variables

list __all__
 
string __version__ = "1.0b3"
 

Detailed Description

HTML parsing library based on the WHATWG "HTML5"
specification. The parser is designed to be compatible with existing
HTML found in the wild and implements well-defined error recovery that
is largely compatible with modern desktop web browsers.

Example usage:

import html5lib
f = open("my_document.html")
tree = html5lib.parse(f)

Variable Documentation

list pip._vendor.html5lib.__all__
Initial value:
1 = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder",
2  "getTreeWalker", "serialize"]
string pip._vendor.html5lib.__version__ = "1.0b3"

Copyright 2014 Google Inc. All rights reserved.