Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Namespaces | Functions | Variables
_base.py File Reference

Classes

class  pip._vendor.html5lib.treewalkers._base.TreeWalker
 
class  pip._vendor.html5lib.treewalkers._base.NonRecursiveTreeWalker
 

Namespaces

namespace  pip._vendor.html5lib.treewalkers._base
 

Functions

def pip._vendor.html5lib.treewalkers._base.to_text
 
def pip._vendor.html5lib.treewalkers._base.is_text_or_none
 

Variables

 pip._vendor.html5lib.treewalkers._base._ = gettext.gettext
 
 pip._vendor.html5lib.treewalkers._base.DOCUMENT = Node.DOCUMENT_NODE
 
 pip._vendor.html5lib.treewalkers._base.DOCTYPE = Node.DOCUMENT_TYPE_NODE
 
 pip._vendor.html5lib.treewalkers._base.TEXT = Node.TEXT_NODE
 
 pip._vendor.html5lib.treewalkers._base.ELEMENT = Node.ELEMENT_NODE
 
 pip._vendor.html5lib.treewalkers._base.COMMENT = Node.COMMENT_NODE
 
 pip._vendor.html5lib.treewalkers._base.ENTITY = Node.ENTITY_NODE
 
string pip._vendor.html5lib.treewalkers._base.UNKNOWN = "<#UNKNOWN#>"
 
string pip._vendor.html5lib.treewalkers._base.spaceCharacters = ""
 

Copyright 2014 Google Inc. All rights reserved.