Searched refs:PSVIAttrNSImpl (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIDocumentImpl.java115 return new PSVIAttrNSImpl(this, namespaceURI, qualifiedName);
123 return new PSVIAttrNSImpl(this, namespaceURI, qualifiedName, localName);
H A DPSVIAttrNSImpl.java39 public class PSVIAttrNSImpl extends AttrNSImpl implements AttributePSVI { class in inherits:AttrNSImpl,AttributePSVI
47 public PSVIAttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, method in class:PSVIAttrNSImpl
55 public PSVIAttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, method in class:PSVIAttrNSImpl
H A DDOMNormalizer.java1832 ((PSVIAttrNSImpl) attr).setPSVI(attrPSVI);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java29 import com.sun.org.apache.xerces.internal.dom.PSVIAttrNSImpl;
241 ((PSVIAttrNSImpl) attr).setPSVI (attrPSVI);
H A DDOMResultBuilder.java35 import com.sun.org.apache.xerces.internal.dom.PSVIAttrNSImpl;
247 ((PSVIAttrNSImpl) attr).setPSVI(attrPSVI);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java40 import com.sun.org.apache.xerces.internal.dom.PSVIAttrNSImpl;
945 ((PSVIAttrNSImpl) attr).setPSVI (attrPSVI);

Completed in 45 milliseconds