Searched defs:getNodeName (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentFragmentImpl.java40 public String getNodeName() { method in class:DocumentFragmentImpl
H A DEntityReferenceImpl.java42 public String getNodeName() { method in class:EntityReferenceImpl
H A DCDATASectionImpl.java39 public String getNodeName() { method in class:CDATASectionImpl
H A DCommentImpl.java39 public String getNodeName() { method in class:CommentImpl
H A DNotationImpl.java46 public String getNodeName() { method in class:NotationImpl
H A DProcessingInstructionImpl.java51 public String getNodeName() { method in class:ProcessingInstructionImpl
H A DDocumentTypeImpl.java74 public String getNodeName() { method in class:DocumentTypeImpl
H A DEntityImpl.java49 public String getNodeName() { method in class:EntityImpl
H A DTextImpl.java40 public String getNodeName() { method in class:TextImpl
H A DAttrImpl.java75 public String getNodeName() { method in class:AttrImpl
H A DElementImpl.java62 if (Objects.equals(name, attr.getNodeName())) {
184 public String getNodeName() { method in class:ElementImpl
H A DDocumentImpl.java193 return createEntityReference(node.getNodeName());
405 public String getNodeName() { method in class:DocumentImpl
H A DNodeImpl.java110 public String getNodeName() { method in class:NodeImpl
583 ? "xmlns".equals(attr.getNodeName())
603 values.add(node.getNodeName());
685 ? b.getNamedItem(aNode.getNodeName())
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java190 public String getNodeName(); method in interface:Node

Completed in 91 milliseconds