Home
last modified time | relevance | path

Searched refs:XMLSchemaProtocol (Results 1 – 10 of 10) 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
41 schema: XMLSchemaProtocol
48 def iter_schema_nodes(root: Union[XMLSchemaProtocol, ElementProtocol], argument
51 -> Iterator[Union[XMLSchemaProtocol, ElementProtocol, AttributeNode]]:
104 def __init__(self, schema: Optional[XMLSchemaProtocol] = None, argument
354 cast(XMLSchemaProtocol, self.schema),
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dschema_proxy.py15 XsdElementProtocol, XMLSchemaProtocol
36 def __init__(self, schema: XMLSchemaProtocol, argument
H A Dprotocols.py27 XMLSchemaProtocol = Any variable
126 class XMLSchemaProtocol(ElementProtocol, Protocol): class
H A Dxpath_context.py21 from .protocols import XsdElementProtocol, XMLSchemaProtocol
579 iter_children_or_self: Callable[..., Iterator[Union[XsdElementProtocol, XMLSchemaProtocol]]]
580 root: XMLSchemaProtocol
H A Dxpath_nodes.py20 XsdAttributeProtocol, XMLSchemaProtocol
29 ElementNode = Union[ElementProtocol, XsdElementProtocol, XMLSchemaProtocol]
H A Dxpath_token.py47 XsdAttributeProtocol, XsdTypeProtocol, XMLSchemaProtocol
645 -> Iterator[Union[None, TypedElement, TypedAttribute, XMLSchemaProtocol]]:
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dassertions.py16 from ..xpath import XMLSchemaProtocol, ElementProtocol, ElementPathMixin, XMLSchemaProxy
159 schema=cast(XMLSchemaProtocol, self.schema),
H A Dwildcards.py23 from ..xpath import XMLSchemaProtocol, ElementProtocol, XMLSchemaProxy, ElementPathMixin
415 schema=cast(XMLSchemaProtocol, self.schema),
H A Delements.py32 from ..xpath import XMLSchemaProtocol, ElementProtocol, XMLSchemaProxy, \
374 schema=cast(XMLSchemaProtocol, self.schema),
H A Dschemas.py55 from ..xpath import XMLSchemaProtocol, XMLSchemaProxy, ElementPathMixin
566 return XMLSchemaProxy(cast(XMLSchemaProtocol, self))