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

Lines Matching refs:nodeValue

211 						this.nodeValue :
1003 return elem.getAttributeNode( name ).nodeValue;
2148 return m ? m.id === match[1] || typeof m.getAttributeNode !== "undefined" && m.getAttributeNode("id").nodeValue === match[1] ? [m] : undefined : [];
2154 return elem.nodeType === 1 && node && node.nodeValue === match;