Package xmlschema_acue :: Package validators :: Module identities :: Class XsdIdentityXPathParser

Class XsdIdentityXPathParser

source code


Class Variable Details

symbol_table

Value:
{k: v for k, v in XPath1Parser.symbol_table.items() if k in XSD_IDENTI\
TY_XPATH_SYMBOLS}

SYMBOLS

Value:
{'processing-instruction', 'following-sibling', 'preceding-sibling', '\
ancestor-or-self', 'attribute', 'following', 'namespace', 'preceding',\
 'ancestor', 'position', 'comment', 'parent', 'child', 'false', 'text'\
, 'node', 'true', 'last', 'not', 'and', 'mod', 'div', 'or', '..', '//'\
, '!=', '<=', '>=', '(', ')', '[', ']', '.', '@', ',', '/', '|', '*', \
'-', '=', '+', '<', '>', ':', '(end)', '(name)', '(string)', '(float)'\
, '(decimal)', '(integer)', '::'}