• Home
  • Raw
  • Download

Lines Matching defs:self

56     def confirm(self, test, testname = "Test"):  argument
59 def checkWholeText(self, node, s): argument
63 def testDocumentAsyncAttr(self): argument
68 def testParseFromBinaryFile(self): argument
74 def testParseFromTextFile(self): argument
80 def testAttrModeSetsParamsAsAttrs(self): argument
87 def testAttrModeSetsNonOptionalAttrs(self): argument
94 def testGetElementsByTagName(self): argument
100 def testInsertBefore(self): argument
143 def _create_fragment_test_nodes(self): argument
156 def testInsertBeforeFragment(self): argument
173 def testAppendChild(self): argument
180 def testAppendChildFragment(self): argument
189 def testReplaceChildFragment(self): argument
198 def testLegalChildren(self): argument
219 def testNamedNodeMapSetItem(self): argument
236 def testNonZero(self): argument
243 def testUnlink(self): argument
249 def testContext(self): argument
254 def testElement(self): argument
260 def testAAA(self): argument
272 def testAAB(self): argument
280 def testAddAttr(self): argument
301 def testDeleteAttr(self): argument
312 def testRemoveAttr(self): argument
323 def testRemoveAttrNS(self): argument
337 def testRemoveAttributeNode(self): argument
355 def testHasAttribute(self): argument
361 def testChangeAttr(self): argument
399 def testGetAttrList(self): argument
402 def testGetAttrValues(self): argument
405 def testGetAttrLength(self): argument
408 def testGetAttribute(self): argument
414 def testGetAttributeNS(self): argument
428 def testGetAttributeNode(self): pass argument
430 def testGetElementsByTagNameNS(self): argument
445 def get_empty_nodelist_from_elements_by_tagName_ns_helper(self, doc, nsuri, argument
450 def testGetEmptyNodeListFromElementsByTagNameNS(self): argument
467 def testElementReprAndStr(self): argument
475 def testElementReprAndStrUnicode(self): argument
483 def testElementReprAndStrUnicodeNS(self): argument
493 def testAttributeRepr(self): argument
500 def testTextNodeRepr(self): pass argument
502 def testWriteXML(self): argument
509 def testAltNewline(self): argument
516 def test_toprettyxml_with_text_nodes(self): argument
530 def test_toprettyxml_with_adjacent_text_nodes(self): argument
541 def test_toprettyxml_preserves_content_of_text_node(self): argument
550 def testProcessingInstruction(self): argument
565 def testProcessingInstructionRepr(self): pass argument
567 def testTextRepr(self): pass argument
569 def testWriteText(self): pass argument
571 def testDocumentElement(self): pass argument
573 def testTooManyDocumentElements(self): argument
581 def testCreateElementNS(self): pass argument
583 def testCreateAttributeNS(self): pass argument
585 def testParse(self): pass argument
587 def testParseString(self): pass argument
589 def testComment(self): pass argument
591 def testAttrListItem(self): pass argument
593 def testAttrListItems(self): pass argument
595 def testAttrListItemNS(self): pass argument
597 def testAttrListKeys(self): pass argument
599 def testAttrListKeysNS(self): pass argument
601 def testRemoveNamedItem(self): argument
610 def testRemoveNamedItemNS(self): argument
620 def testAttrListValues(self): pass argument
622 def testAttrListLength(self): pass argument
624 def testAttrList__getitem__(self): pass argument
626 def testAttrList__setitem__(self): pass argument
628 def testSetAttrValueandNodeValue(self): pass argument
630 def testParseElement(self): pass argument
632 def testParseAttributes(self): pass argument
634 def testParseElementNamespaces(self): pass argument
636 def testParseAttributeNamespaces(self): pass argument
638 def testParseProcessingInstructions(self): pass argument
640 def testChildNodes(self): pass argument
642 def testFirstChild(self): pass argument
644 def testHasChildNodes(self): argument
652 def _testCloneElementCopiesAttributes(self, e1, e2, test): argument
672 def _setupCloneElement(self, deep): argument
684 def testCloneElementShallow(self): argument
693 def testCloneElementDeep(self): argument
702 def testCloneDocumentShallow(self): argument
714 def testCloneDocumentDeep(self): argument
739 def testCloneDocumentTypeDeepOk(self): argument
773 def testCloneDocumentTypeDeepNotOk(self): argument
778 def testCloneDocumentTypeShallowOk(self): argument
792 def testCloneDocumentTypeShallowNotOk(self): argument
797 def check_import_document(self, deep, testName): argument
802 def testImportDocumentShallow(self): argument
805 def testImportDocumentDeep(self): argument
808 def testImportDocumentTypeShallow(self): argument
814 def testImportDocumentTypeDeep(self): argument
822 def check_clone_attribute(self, deep, testName): argument
836 def testCloneAttributeShallow(self): argument
839 def testCloneAttributeDeep(self): argument
842 def check_clone_pi(self, deep, testName): argument
850 def testClonePIShallow(self): argument
853 def testClonePIDeep(self): argument
856 def check_clone_node_entity(self, clone_document): argument
869 def handle(self, operation, key, data, src, dst): argument
903 def testCloneNodeEntity(self): argument
907 def testNormalize(self): argument
932 def testNormalizeCombineAndNextSibling(self): argument
953 def testNormalizeDeleteWithPrevSibling(self): argument
971 def testNormalizeDeleteWithNextSibling(self): argument
989 def testNormalizeDeleteWithTwoNonTextSiblings(self): argument
1009 def testNormalizeDeleteAndCombine(self): argument
1030 def testNormalizeRecursion(self): argument
1093 def testBug0777884(self): argument
1101 def testBug1433694(self): argument
1109 def testSiblings(self): argument
1123 def testParents(self): argument
1138 def testNodeListItem(self): argument
1150 def testEncodings(self): argument
1177 def testStandalone(self): argument
1195 def handle(self, operation, key, data, src, dst): argument
1200 def testUserData(self): argument
1224 def checkRenameNodeSharedConstraints(self, doc, node): argument
1232 def testRenameAttribute(self): argument
1309 def testRenameElement(self): argument
1352 def testRenameOther(self): argument
1362 def testWholeText(self): argument
1398 def testPatch1094164(self): argument
1407 def testReplaceWholeText(self): argument
1436 def testSchemaType(self): argument
1469 def testSetIdAttribute(self): argument
1500 def testSetIdAttributeNS(self): argument
1536 def testSetIdAttributeNode(self): argument
1572 def assert_recursive_equal(self, doc, doc2): argument
1609 def testPickledDocument(self): argument
1616 def testDeepcopiedDocument(self): argument
1621 def testSerializeCommentNodeWithDoubleHyphen(self): argument
1627 def testEmptyXMLNSValue(self): argument
1633 def testExceptionOnSpacesInXMLNSValue(self): argument
1642 def testDocRemoveChild(self): argument
1651 def testProcessingInstructionNameError(self): argument
1658 def test_minidom_attribute_order(self): argument
1665 def test_toxml_with_attributes_ordered(self): argument
1670 def test_toprettyxml_with_attributes_ordered(self): argument
1677 def test_toprettyxml_with_cdata(self): argument
1686 def test_cdata_parsing(self): argument