Home | History | Annotate | Download | only in etree

Lines Matching refs:pubid

1599                     name, type, pubid, system = self._doctype
1602 pubid = None
1605 if pubid:
1606 pubid = pubid[1:-1]
1608 self.target.doctype(name, pubid, system[1:-1])
1611 self._XMLParser__doctype(name, pubid, system[1:-1])
1612 self.doctype(name, pubid, system[1:-1])
1619 # @param pubid Public identifier.
1622 def doctype(self, name, pubid, system):