Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DDomTest.java867 Attr clonedStandard = clonedName.getAttributeNode("a:standard"); in testUserDataHandlerNotifiedOfShallowClones() local
872 expected.add(notification(NODE_CLONED, "c", "cat", standard, clonedStandard)); in testUserDataHandlerNotifiedOfShallowClones()
887 Attr clonedStandard = clonedName.getAttributeNode("a:standard"); in testUserDataHandlerNotifiedOfDeepClones() local
893 expected.add(notification(NODE_CLONED, "c", "cat", standard, clonedStandard)); in testUserDataHandlerNotifiedOfDeepClones()