Home | History | Annotate | Download | only in dom

Lines Matching refs:EMPTY_NAMESPACE

20 from xml.dom import EMPTY_NAMESPACE, EMPTY_PREFIX, XMLNS_NAMESPACE, domreg
344 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None,
647 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None,
1764 if namespaceURI != EMPTY_NAMESPACE: