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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNodeImpl.java47 public abstract class NodeImpl implements Node { class in inherits:Node
70 NodeImpl(DocumentImpl document) { method in class:NodeImpl
228 static void setNameNS(NodeImpl node, String namespaceURI, String qualifiedName) {
277 static void setName(NodeImpl node, String name) {
448 private NodeImpl getNamespacingElement() {
454 return (NodeImpl) ((Document) this).getDocumentElement();
463 return (NodeImpl) ((Attr) this).getOwnerElement();
481 private NodeImpl getContainingElement() {
484 return (NodeImpl) p;
498 NodeImpl targe
[all...]

Completed in 91 milliseconds