Home
last modified time | relevance | path

Searched refs:xpath_proxy (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dassertions.py99 schema=self.xpath_proxy,
157 def xpath_proxy(self) -> 'XMLSchemaProxy': member in XsdAssert
H A Dwildcards.py413 def xpath_proxy(self) -> XMLSchemaProxy: member in XsdAnyElement
H A Delements.py372 def xpath_proxy(self) -> XMLSchemaProxy: member in XsdElement
H A Dschemas.py565 def xpath_proxy(self) -> XMLSchemaProxy: member in XMLSchemaBase
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dxpath.py226 def xpath_proxy(self) -> XMLSchemaProxy: member in ElementPathMixin
352 def xpath_proxy(self) -> XMLSchemaProxy: member in XPathElement
/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dtest_xpath2_functions.py737 with self.schema_bound_parser(schema.xpath_proxy):
875 with self.schema_bound_parser(schema.xpath_proxy):
1175 with self.schema_bound_parser(schema.xpath_proxy):
1197 with self.schema_bound_parser(schema.xpath_proxy):
1217 with self.schema_bound_parser(schema.xpath_proxy):
1228 with self.schema_bound_parser(schema.xpath_proxy):
1597 with self.schema_bound_parser(schema.xpath_proxy):
H A Dtest_xpath2_parser.py553 with self.schema_bound_parser(schema.elements['root'].xpath_proxy):
576 with self.schema_bound_parser(schema.elements['root'].xpath_proxy):
781 with self.schema_bound_parser(schema.elements['root'].xpath_proxy):
804 with self.schema_bound_parser(schema.elements['A'].xpath_proxy):
1074 with self.schema_bound_parser(schema.xpath_proxy):
1101 with self.schema_bound_parser(schema.elements['root'].xpath_proxy):
H A Dexecute_w3c_tests.py439 schema_proxy = schema.xpath_proxy