Lines Matching refs:getLocalName
337 "root", xE.getLocalName()); in testXDocument()
349 "root", xImpRoot.getLocalName()); in testXDocument()
414 assertEquals("XDocument.cloneNode(true)", "foo", xE.getLocalName()); in testXDocument()
432 assertEquals("XDocument.getLocalName()", "", xDoc.getLocalName()); in testXDocument()
611 "foo", xE.getLocalName()); in testXDocumentFragment()
631 "", xDF.getLocalName()); in testXDocumentFragment()
992 xElemFooNsClone.getLocalName()); in testXElement()
1011 assertEquals("XElement.getLocalName()", "foo", xElemFoo.getLocalName()); in testXElement()
1013 xElemFooNs.getLocalName()); in testXElement()
1235 assertEquals("XAttr.getLocalName()", "foo", xAttr.getLocalName()); in testXAttr()
1236 assertEquals("XAttr.getLocalName()", "foo", xAttrNs.getLocalName()); in testXAttr()
1467 assertEquals("XText.getLocalName()", "", xText.getLocalName()); in testXText()
1653 assertEquals("XCDATASection.getLocalName()", "", xCDS.getLocalName()); in testXCDataSection()
1826 assertEquals("XComment.getLocalName()", "", xComment.getLocalName()); in testXComment()
1978 assertEquals("XEntityReference.getLocalName()", "", xER.getLocalName()); in testXEntityReference()
2163 "", xPI.getLocalName()); in testXProcessingInstruction()
2738 public String getLocalName() { return m_localname; } in getLocalName() method in DOMTest.MockNode
2927 return getLocalName(); in getTagName()