Home | History | Annotate | Download | only in dom3

Lines Matching defs:atts

664         NamedNodeMap atts = node.getAttributes();

665 int nAttrs = atts.getLength();
668 Node attr = atts.item(i);
1824 NamedNodeMap atts = ((Element) node).getAttributes();
1825 int length = atts.getLength();
1828 Node attr = atts.item(i);