Home
last modified time | relevance | path

Searched refs:aboutUri (Results 1 – 2 of 2) sorted by relevance

/dports/print/py-pdf2/PyPDF2-1.26.0/PyPDF2/
H A Dxmp.py69 def getElement(self, aboutUri, namespace, name): argument
71 if desc.getAttributeNS(RDF_NAMESPACE, "about") == aboutUri:
78 def getNodesInNamespace(self, aboutUri, namespace): argument
80 if desc.getAttributeNS(RDF_NAMESPACE, "about") == aboutUri:
/dports/print/py-pdf/pyPdf-1.13/pyPdf/
H A Dxmp.py65 def getElement(self, aboutUri, namespace, name): argument
67 if desc.getAttributeNS(RDF_NAMESPACE, "about") == aboutUri:
74 def getNodesInNamespace(self, aboutUri, namespace): argument
76 if desc.getAttributeNS(RDF_NAMESPACE, "about") == aboutUri: