Home | History | Annotate | Download | only in parse-only

Lines Matching refs:attributeNode

1008 					var attributeNode = elem.getAttributeNode( "tabIndex" );
1009 return attributeNode && attributeNode.specified
1010 ? attributeNode.value