Home | History | Annotate | Download | only in dom

Lines Matching refs:notation

1269                     notation = Notation(n.nodeName, n.publicId, n.systemId)
1270 clone.notations._seq.append(notation)
1271 n._call_user_data_handler(operation, n, notation)
1308 def __init__(self, name, publicId, systemId, notation):
1310 self.notationName = notation
1339 class Notation(Identified, Childless, Node):
1666 n = Notation(name, publicId, systemId)
1868 notation = Notation(n.nodeName, n.publicId, n.systemId)
1869 notation.ownerDocument = newOwnerDocument
1870 clone.notations._seq.append(notation)
1872 n._call_user_data_handler(operation, n, notation)