test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Variables
Page1Parser.py File Reference

Go to the source code of this file.

Namespaces

 Page1Parser
 

Variables

tuple Page1Parser.locatestarttagend = re.compile(r""" <[a-zA-Z][-.a-zA-Z0-9:_]* # tag name (?:\s+ # whitespace before attribute name (?:[a-zA-Z_][-.:a-zA-Z0-9_]* # attribute name (?:\s*=\s* # value indicator (?:'[^']*' # LITA-enclosed value |\"[^\"]*\" # LIT-enclosed value |this.src='[^']*' # hack |[^'\">\s]+ # bare value ) )? ) )* \s* # trailing whitespace """, re.VERBOSE)
 
tuple Page1Parser.tagfind = re.compile('[a-zA-Z][-.a-zA-Z0-9:_]*')