Home
last modified time | relevance | path

Searched defs:XMLSchemaProtocol (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dxpath.py28 XMLSchemaProtocol = SchemaType variable
36 class XMLSchemaProtocol(protocols.XMLSchemaProtocol, Protocol): class
48 def iter_schema_nodes(root: Union[XMLSchemaProtocol, ElementProtocol],
104 def __init__(self, schema: Optional[XMLSchemaProtocol] = None,
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dprotocols.py27 XMLSchemaProtocol = Any variable
126 class XMLSchemaProtocol(ElementProtocol, Protocol): class
H A Dschema_proxy.py36 def __init__(self, schema: XMLSchemaProtocol,