class documentation

An XQuery lexer, parsing a stream and outputting the tokens needed to highlight xquery code. .. versionadded:: 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_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 url 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 __init__ Undocumented
Method __repr__ Undocumented
Method add_filter Add a new stream filter to this lexer.
Method analyse_text Has to return a float between ``0`` and ``1`` that indicates if a lexer wants to highlight this text. Used by ``guess_lexer``. If this method returns ``0`` it won't highlight it in any case, if it returns ``1`` highlighting with this lexer is guaranteed.
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
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): (source)

Undocumented

def popstate_callback(lexer, match, ctx): (source)

Undocumented

def popstate_kindtest_callback(lexer, match, ctx): (source)

Undocumented

def popstate_tag_callback(lexer, match, ctx): (source)

Undocumented

def popstate_xmlcomment_callback(lexer, match, ctx): (source)

Undocumented

def punctuation_root_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_cdata_section_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_element_content_cdata_section_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_element_content_processing_instruction_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_element_content_starttag_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_element_content_xmlcomment_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_kindtest_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_occurrenceindicator_kindtest_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_attribute_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_cdata_section_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_kindtest_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_kindtestforpi_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_map_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_order_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_processing_instruction_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_root_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_root_construct_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_root_validate(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_root_validate_withmode(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_starttag_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_operator_xmlcomment_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_root_callback(lexer, match, ctx): (source)

Undocumented

def pushstate_starttag_callback(lexer, match, ctx): (source)

Undocumented

Undocumented

aposattrcontentchar: str = (source)

Undocumented

Undocumented

elementcontentchar: str = (source)

Undocumented

entityref: str = (source)

Undocumented

filenames: list[str] = (source)

Undocumented

Undocumented

mimetypes: list[str] = (source)

Undocumented

Undocumented

Undocumented

ncnamechar = (source)

Undocumented

ncnamestartchar: str = (source)

Undocumented

pitarget = (source)

Undocumented

pitarget_namechar = (source)

Undocumented

pitarget_namestartchar: str = (source)

Undocumented

prefixedname = (source)

Undocumented

Undocumented

quotattrcontentchar: str = (source)

Undocumented

stringdouble = (source)

Undocumented

stringsingle = (source)

Undocumented

Undocumented

xquery_parse_state: list = (source)

Undocumented