Lines Matching defs:QName
82 "QName",
477 class QName:
480 This class can be used to wrap a QName attribute value in order to get
483 *text_or_uri* is a string containing the QName value either in the form
484 {uri}local, or if the tag argument is given, the URI part of a QName.
502 if isinstance(other, QName):
506 if isinstance(other, QName):
510 if isinstance(other, QName):
514 if isinstance(other, QName):
518 if isinstance(other, QName):
844 if isinstance(tag, QName):
853 if isinstance(key, QName):
857 if isinstance(value, QName) and value.text not in qnames:
860 if isinstance(text, QName) and text.text not in qnames:
894 if isinstance(k, QName):
896 if isinstance(v, QName):
946 if isinstance(k, QName):
948 if isinstance(v, QName):
1836 raise ValueError(f'Prefix {prefix} of QName "{prefixed_name}" is not declared in scope')