Home
last modified time | relevance | path

Searched defs:ElementProtocol (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dxpath.py29 ElementProtocol = XPathElementType variable
40 class ElementProtocol(protocols.ElementProtocol, Protocol): class
48 def iter_schema_nodes(root: Union[XMLSchemaProtocol, ElementProtocol], argument
105 base_element: Optional[ElementProtocol] = None) -> None:
H A Dresources.py68 def select(self, root: ElementProtocol, **kwargs: Any) -> List[ElementProtocol]:
76 def iter_select(self, root: ElementProtocol, **kwargs: Any) -> Iterator[ElementProtocol]:
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dprotocols.py19 ElementProtocol = Any variable
36 class ElementProtocol(Iterable['ElementProtocol'], Sized, Hashable, Protocol): class
H A Dschema_proxy.py37 base_element: Optional[ElementProtocol] = None) -> None:
H A Dxpath_nodes.py185 def __init__(self, elem: ElementProtocol, xsd_type: Any, value: Any) -> None: