Home | History | Annotate | Download | only in utils

Lines Matching refs:lookupNamespaceURI

1368      * Use lookupNamespaceURI(null) to lookup the default namespace
1374 public String lookupNamespaceURI(String specifiedPrefix) {
1417 return ancestor.lookupNamespaceURI(specifiedPrefix);
1427 return((NodeImpl)((Document)this).getDocumentElement()).lookupNamespaceURI(specifiedPrefix) ;
1438 return getOwnerElement().lookupNamespaceURI(specifiedPrefix);
1447 return ancestor.lookupNamespaceURI(specifiedPrefix);