Home | History | Annotate | Download | only in ref

Lines Matching refs:nsURI

927         String nsURI = tempNode.getNamespaceURI();
928 if ((namespaceURI == null && nsURI == null)
930 || (namespaceURI != null && namespaceURI.equals(nsURI)))