Searched defs:AttrImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DAttrImpl.java76 * @version $Id: AttrImpl.java,v 1.5 2010-11-01 04:40:01 joehw Exp $
78 public class AttrImpl extends NodeImpl class in inherits:NodeImpl,Attr
85 public AttrImpl() { method in class:AttrImpl
99 public AttrImpl(Element element, String prefix, String localpart, String rawname, String uri, String value) { method in class:AttrImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttrImpl.java68 * AttrImpl does not support Namespaces. AttrNSImpl, which inherits from
71 * <p>AttrImpl used to inherit from ParentNode. It now directly inherits from
95 * now because AttrImpl now inherits directly from NodeImpl and has its own
112 * @version $Id: AttrImpl.java,v 1.5 2008/06/10 00:59:32 joehw Exp $
116 public class AttrImpl class in inherits:NodeImpl,Attr,TypeInfo
154 protected AttrImpl(CoreDocumentImpl ownerDocument, String name) { method in class:AttrImpl
163 protected AttrImpl() {} method in class:AttrImpl
237 AttrImpl clone = (AttrImpl) super.cloneNode(deep);
1239 } // class AttrImpl
[all...]

Completed in 1035 milliseconds