CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
Page1Parser Namespace Reference

Variables

tuple 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 tagfind = re.compile('[a-zA-Z][-.a-zA-Z0-9:_]*')
 

Variable Documentation

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)

Definition at line 6 of file Page1Parser.py.

tuple Page1Parser.tagfind = re.compile('[a-zA-Z][-.a-zA-Z0-9:_]*')

Definition at line 22 of file Page1Parser.py.