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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredAttrNSImpl.java31 * DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
41 extends AttrNSImpl
H A DAttrNSImpl.java29 * AttrNSImpl inherits from AttrImpl and adds namespace support.
40 * @version $Id: AttrNSImpl.java,v 1.7 2010-11-01 04:39:37 joehw Exp $
42 public class AttrNSImpl class in inherits:AttrImpl
68 public AttrNSImpl(){} method in class:AttrNSImpl
73 protected AttrNSImpl(CoreDocumentImpl ownerDocument, method in class:AttrNSImpl
122 public AttrNSImpl(CoreDocumentImpl ownerDocument, method in class:AttrNSImpl
133 protected AttrNSImpl(CoreDocumentImpl ownerDocument, method in class:AttrNSImpl
H A DPSVIAttrNSImpl.java39 public class PSVIAttrNSImpl extends AttrNSImpl implements AttributePSVI {
H A DElementImpl.java669 if (newAttr instanceof AttrNSImpl){
670 String origNodeName = ((AttrNSImpl) newAttr).name;
673 ((AttrNSImpl) newAttr).name = newName;
693 newAttr = new AttrNSImpl((CoreDocumentImpl)getOwnerDocument(), namespaceURI, qualifiedName, localName);
H A DCoreDocumentImpl.java1068 if (n instanceof AttrNSImpl) {
1069 ((AttrNSImpl) at).rename(namespaceURI, name);
1091 AttrNSImpl nat = new AttrNSImpl(this, namespaceURI, name);
2142 return new AttrNSImpl(this, namespaceURI, qualifiedName);
2163 return new AttrNSImpl(this, namespaceURI, qualifiedName, localpart);
H A DAttributeMap.java323 ((AttrNSImpl)clone).namespaceURI = attr.getNamespaceURI();
433 ((AttrNSImpl)clone).namespaceURI = namespaceURI;

Completed in 31 milliseconds