class documentation

class XQueryLexer(ExtendedRegexLexer):

View In Hierarchy

An XQuery lexer, parsing a stream and outputting the tokens needed to highlight xquery code.

New in version 1.4.
Method operator​_root​_callback Undocumented
Method popstate​_callback Undocumented
Method popstate​_kindtest​_callback Undocumented
Method popstate​_tag​_callback Undocumented
Method popstate​_xmlcomment​_callback Undocumented
Method punctuation​_root​_callback Undocumented
Method pushstate​_cdata​_section​_callback Undocumented
Method pushstate​_element​_content​_cdata​_section​_callback Undocumented
Method pushstate​_element​_content​_processing​_instruction​_callback Undocumented
Method pushstate​_element​_content​_starttag​_callback Undocumented
Method pushstate​_element​_content​_xmlcomment​_callback Undocumented
Method pushstate​_kindtest​_callback Undocumented
Method pushstate​_occurrenceindicator​_kindtest​_callback Undocumented
Method pushstate​_operator​_attribute​_callback Undocumented
Method pushstate​_operator​_callback Undocumented
Method pushstate​_operator​_cdata​_section​_callback Undocumented
Method pushstate​_operator​_kindtest​_callback Undocumented
Method pushstate​_operator​_kindtestforpi​_callback Undocumented
Method pushstate​_operator​_map​_callback Undocumented
Method pushstate​_operator​_order​_callback Undocumented
Method pushstate​_operator​_processing​_instruction​_callback Undocumented
Method pushstate​_operator​_root​_callback Undocumented
Method pushstate​_operator​_root​_construct​_callback Undocumented
Method pushstate​_operator​_root​_validate Undocumented
Method pushstate​_operator​_root​_validate​_withmode Undocumented
Method pushstate​_operator​_starttag​_callback Undocumented
Method pushstate​_operator​_xmlcomment​_callback Undocumented
Method pushstate​_root​_callback Undocumented
Method pushstate​_starttag​_callback Undocumented
Class Variable aliases Undocumented
Class Variable aposattrcontentchar Undocumented
Class Variable charref Undocumented
Class Variable elementcontentchar Undocumented
Class Variable entityref Undocumented
Class Variable filenames Undocumented
Class Variable flags Undocumented
Class Variable mimetypes Undocumented
Class Variable name Undocumented
Class Variable ncname Undocumented
Class Variable ncnamechar Undocumented
Class Variable ncnamestartchar Undocumented
Class Variable pitarget Undocumented
Class Variable pitarget​_namechar Undocumented
Class Variable pitarget​_namestartchar Undocumented
Class Variable prefixedname Undocumented
Class Variable qname Undocumented
Class Variable quotattrcontentchar Undocumented
Class Variable stringdouble Undocumented
Class Variable stringsingle Undocumented
Class Variable tokens Undocumented
Class Variable xquery​_parse​_state Undocumented

Inherited from ExtendedRegexLexer:

Method get​_tokens​_unprocessed Split text into (tokentype, text) pairs. If context is given, use this lexer context instead.

Inherited from Lexer (via ExtendedRegexLexer, RegexLexer):

Method analyse​_text No summary
Method get​_tokens Return an iterable of (tokentype, value) pairs generated from text. If unfiltered is set to True, the filtering mechanism is bypassed even if filters are defined.
Class Variable alias​_filenames Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method add​_filter Add a new stream filter to this lexer.
Class Variable priority Undocumented
Instance Variable encoding Undocumented
Instance Variable ensurenl Undocumented
Instance Variable filters Undocumented
Instance Variable options Undocumented
Instance Variable stripall Undocumented
Instance Variable stripnl Undocumented
Instance Variable tabsize Undocumented
def operator_root_callback(lexer, match, ctx):

Undocumented

def popstate_callback(lexer, match, ctx):

Undocumented

def popstate_kindtest_callback(lexer, match, ctx):

Undocumented

def popstate_tag_callback(lexer, match, ctx):

Undocumented

def popstate_xmlcomment_callback(lexer, match, ctx):

Undocumented

def punctuation_root_callback(lexer, match, ctx):

Undocumented

def pushstate_cdata_section_callback(lexer, match, ctx):

Undocumented

def pushstate_element_content_cdata_section_callback(lexer, match, ctx):

Undocumented

def pushstate_element_content_processing_instruction_callback(lexer, match, ctx):

Undocumented

def pushstate_element_content_starttag_callback(lexer, match, ctx):

Undocumented

def pushstate_element_content_xmlcomment_callback(lexer, match, ctx):

Undocumented

def pushstate_kindtest_callback(lexer, match, ctx):

Undocumented

def pushstate_occurrenceindicator_kindtest_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_attribute_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_cdata_section_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_kindtest_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_kindtestforpi_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_map_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_order_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_processing_instruction_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_root_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_root_construct_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_root_validate(lexer, match, ctx):

Undocumented

def pushstate_operator_root_validate_withmode(lexer, match, ctx):

Undocumented

def pushstate_operator_starttag_callback(lexer, match, ctx):

Undocumented

def pushstate_operator_xmlcomment_callback(lexer, match, ctx):

Undocumented

def pushstate_root_callback(lexer, match, ctx):

Undocumented

def pushstate_starttag_callback(lexer, match, ctx):

Undocumented

aliases: list[str] =

Undocumented

aposattrcontentchar: str =

Undocumented

charref: str =

Undocumented

elementcontentchar: str =

Undocumented

entityref: str =

Undocumented

filenames: list[str] =

Undocumented

flags =

Undocumented

mimetypes: list[str] =

Undocumented

name: str =

Undocumented

ncname =

Undocumented

ncnamechar =

Undocumented

ncnamestartchar: str =

Undocumented

pitarget =

Undocumented

pitarget_namechar =

Undocumented

pitarget_namestartchar: str =

Undocumented

prefixedname =

Undocumented

qname =

Undocumented

quotattrcontentchar: str =

Undocumented

stringdouble =

Undocumented

stringsingle =

Undocumented

tokens =

Undocumented

xquery_parse_state: list =

Undocumented