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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DAttrImpl.java37 public class AttrImpl extends NodeImpl class in inherits:NodeImpl,Attr
44 public AttrImpl() { method in class:AttrImpl
58 public AttrImpl(Element element, String prefix, String localpart, String rawname, String uri, String value) { method in class:AttrImpl
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DAttrImpl.java116 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

Completed in 43 milliseconds