| Server IP : 104.21.21.239 / Your IP : 216.73.216.55 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.7 System : Linux ip-172-31-69-123.ec2.internal 6.1.177-224.371.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 20:28:29 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/elementpath/__pycache__/ |
Upload File : |
a
���c�� � @ s� d Z ddlZddlZddlZddlmZ ddlmZ ddlmZ ddl m
Z
mZmZm
Z
mZmZmZ ddlZddlmZ dd lmZmZmZ dd
lmZ ddlmZmZmZmZm Z m!Z!m"Z"m#Z# ddl$m%Z%m&Z&m'Z'm(Z(m)Z)m*Z*m+Z+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1m2Z2m3Z3 dd
l4m5Z5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z=m>Z>m?Z?m@Z@mAZAmBZB ddlCmDZD ddlEmFZFmGZG ddlHmIZImJZJ e
�r�ddlKmLZL dZMe e!e"hZNeeeOe
eOeeO f f ZPG dd� deF�ZQG dd� deQ�ZRG dd� deQ�ZSG dd� deQ�ZTdS )a
XPathToken and helper functions for XPath nodes. XPath error messages and node helper functions
are embedded in XPathToken class, in order to raise errors related to token instances.
In XPath there are 7 kinds of nodes:
element, attribute, text, namespace, processing-instruction, comment, document
Element-like objects are used for representing elements and comments, ElementTree-like objects
for documents.
XPathNode subclasses are used for representing other node types and typed elements/attributes.
� N)�copy)�Decimal)�product)�
TYPE_CHECKING�Optional�List�Tuple�Union�Any�Iterator)�Element� )�ElementPathError�ElementPathValueError�XPATH_ERROR_CODES)�ordinal)�XQT_ERRORS_NAMESPACE�
XSD_NAMESPACE�XPATH_FUNCTIONS_NAMESPACE�XPATH_MATH_FUNCTIONS_NAMESPACE�XSD_ANY_TYPE�XSD_ANY_SIMPLE_TYPE�XSD_ANY_ATOMIC_TYPE�XSI_NIL)� XPathNode�ElementNode�TypedElement�
AttributeNode�TextNode�
NamespaceNode�TypedAttribute�is_etree_element�etree_iter_strings�is_comment_node�is_processing_instruction_node�is_element_node�is_document_node�
is_xpath_node�is_schema_node)�xsd10_atomic_types�xsd11_atomic_types�AbstractDateTime�AnyURI�
UntypedAtomic�Timezone�
DateTime10�Date10�DayTimeDuration�Duration�Integer�
DoubleProxy10�DoubleProxy�QName)�AbstractSchemaProxy)�Token�
MultiLabel)�XPathContext�XPathSchemaContext)�XPath1Parserz:http://www.w3.org/2005/xpath-functions/collation/codepointc s� e Zd ZU dZdZdZded<