Home | History | Annotate | Download | only in dom

Lines Matching refs:isId

134             if (attr.isId() && name.equals(attr.getValue())) {
393 public void setIdAttribute(String name, boolean isId) throws DOMException {
399 attr.isId = isId;
403 boolean isId) throws DOMException {
409 attr.isId = isId;
412 public void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException {
413 ((AttrImpl) idAttr).isId = isId;