Searched refs:xmlURI (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttrNSImpl.java53 static final String xmlURI = "http://www.w3.org/XML/1998/namespace"; field in class:AttrNSImpl
264 if (!namespaceURI.equals(xmlURI)) {
H A DElementNSImpl.java56 static final String xmlURI = "http://www.w3.org/XML/1998/namespace"; field in class:ElementNSImpl
312 if (!namespaceURI.equals(xmlURI)) {

Completed in 23 milliseconds