Home | History | Annotate | Download | only in ref

Lines Matching refs:lookupNamespaceURI

1617      * Use lookupNamespaceURI(null) to lookup the default namespace
1623 public String lookupNamespaceURI(String specifiedPrefix) {
1666 return ancestor.lookupNamespaceURI(specifiedPrefix);
1673 return((NodeImpl)((Document)this).getDocumentElement()).lookupNamespaceURI(specifiedPrefix) ;
1684 return getOwnerElement().lookupNamespaceURI(specifiedPrefix);
1692 return ancestor.lookupNamespaceURI(specifiedPrefix);