Home | History | Annotate | Download | only in utils

Lines Matching defs:getAttributeNodeNS

459   public Attr getAttributeNodeNS(String namespaceURI, String localName)
462 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getAttributeNodeNS not supported!");
1483 NodeImpl attr = (NodeImpl)elem.getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "xmlns");