Home | History | Annotate | Download | only in ref

Lines Matching defs:getAttributeNode

453     return DTM.NULL != dtm.getAttributeNode(node,null,name);
467 return DTM.NULL != dtm.getAttributeNode(node,namespaceURI,localName);
1133 public final Attr getAttributeNode(String name)
1195 int n = dtm.getAttributeNode(node,namespaceURI,localName);
1242 int n = dtm.getAttributeNode(node,namespaceURI,localName);