Home
last modified time | relevance | path

Searched defs:has_simple_content (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dtest_xpath_nodes.py30 def has_simple_content(self): pass member in DummyXsdType
H A Dtest_xpath_context.py30 def has_simple_content(self): pass member in DummyXsdType
H A Dtest_xpath_token.py45 def has_simple_content(self): pass member in DummyXsdType
H A Dxpath_test_class.py39 def has_simple_content(self): pass member in DummyXsdType
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dprotocols.py76 def has_simple_content(self) -> bool: member in XsdTypeProtocol
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dcomplex_types.py560 def has_simple_content(self) -> bool: member in XsdComplexType
H A Dsimple_types.py336 def has_simple_content(self) -> bool: member in XsdSimpleType
H A Dxsdbase.py791 def has_simple_content(self) -> bool: member in XsdType