.coveragerc
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
mypy.ini
requirements-dev.txt
setup.py
tox.ini
doc/Makefile
doc/advanced.rst
doc/conf.py
doc/index.rst
doc/introduction.rst
doc/make.bat
doc/pratt_api.rst
doc/xpath_api.rst
elementpath/__init__.py
elementpath/collations.py
elementpath/compare.py
elementpath/etree.py
elementpath/exceptions.py
elementpath/helpers.py
elementpath/namespaces.py
elementpath/protocols.py
elementpath/py.typed
elementpath/schema_proxy.py
elementpath/sequence_types.py
elementpath/serialization.py
elementpath/tdop.py
elementpath/tree_builders.py
elementpath/xpath3.py
elementpath/xpath_context.py
elementpath/xpath_nodes.py
elementpath/xpath_selectors.py
elementpath/xpath_tokens.py
elementpath.egg-info/PKG-INFO
elementpath.egg-info/SOURCES.txt
elementpath.egg-info/dependency_links.txt
elementpath.egg-info/requires.txt
elementpath.egg-info/top_level.txt
elementpath/datatypes/__init__.py
elementpath/datatypes/atomic_types.py
elementpath/datatypes/binary.py
elementpath/datatypes/datetime.py
elementpath/datatypes/numeric.py
elementpath/datatypes/proxies.py
elementpath/datatypes/qname.py
elementpath/datatypes/string.py
elementpath/datatypes/untyped.py
elementpath/datatypes/uri.py
elementpath/regex/__init__.py
elementpath/regex/character_classes.py
elementpath/regex/codepoints.py
elementpath/regex/generate_categories.py
elementpath/regex/patterns.py
elementpath/regex/unicode_categories.py
elementpath/regex/unicode_subsets.py
elementpath/validators/__init__.py
elementpath/validators/analyze-string.xsd
elementpath/validators/schema-for-json.xsd
elementpath/xpath1/__init__.py
elementpath/xpath1/_xpath1_axes.py
elementpath/xpath1/_xpath1_functions.py
elementpath/xpath1/_xpath1_operators.py
elementpath/xpath1/xpath1_parser.py
elementpath/xpath2/__init__.py
elementpath/xpath2/_xpath2_constructors.py
elementpath/xpath2/_xpath2_functions.py
elementpath/xpath2/_xpath2_operators.py
elementpath/xpath2/xpath2_parser.py
elementpath/xpath30/__init__.py
elementpath/xpath30/_translation_maps.py
elementpath/xpath30/_xpath30_functions.py
elementpath/xpath30/_xpath30_operators.py
elementpath/xpath30/xpath30_helpers.py
elementpath/xpath30/xpath30_parser.py
elementpath/xpath31/__init__.py
elementpath/xpath31/_xpath31_functions.py
elementpath/xpath31/_xpath31_operators.py
elementpath/xpath31/xpath31_parser.py
tests/__init__.py
tests/execute_w3c_tests.py
tests/memory_profiling.py
tests/test_collations.py
tests/test_compare.py
tests/test_datatypes.py
tests/test_elementpath.py
tests/test_etree.py
tests/test_exceptions.py
tests/test_helpers.py
tests/test_namespaces.py
tests/test_package.py
tests/test_regex.py
tests/test_schema_context.py
tests/test_schema_proxy.py
tests/test_selectors.py
tests/test_sequence_types.py
tests/test_serialization.py
tests/test_tdop_parser.py
tests/test_tree_builders.py
tests/test_typing.py
tests/test_validators.py
tests/test_xpath1_parser.py
tests/test_xpath2_constructors.py
tests/test_xpath2_functions.py
tests/test_xpath2_parser.py
tests/test_xpath30.py
tests/test_xpath31.py
tests/test_xpath_context.py
tests/test_xpath_nodes.py
tests/test_xpath_tokens.py
tests/xpath_test_class.py
tests/mypy_tests/selectors.py
tests/resources/analyze-string.xsd
tests/resources/external_entity.xml
tests/resources/sample.xml
tests/resources/schema-for-json.xsd
tests/resources/unparsed_entity.xml
tests/resources/unused_external_entity.xml
tests/resources/unused_unparsed_entity.xml
tests/resources/with_entity.xml