Searched refs:nodeName (Results 1 – 3 of 3) sorted by relevance
42 return currentValue.nodeName.indexOf('#') === -190 return currentValue.nodeName.indexOf('#') === -194 if (root.nodeName !== 'element') {263 (child.nodeName === '#text' && child.value.trim()) ||264 !REGEXP_TEXT.test(child.nodeName)274 if (!REGEXP_TEXT.test(child.nodeName)) {284 if (node.nodeName === 'option') {
244 return child && child.nodeName !== '#text' && child.nodeName !== '#comment'325 return child.nodeName === '#text' || child.nodeName === '#comment' ||336 return child.nodeName === '#text' || child.nodeName === '#comment' ||573 if (tagWithAll.indexOf(child.nodeName) >= 0) {575 …if ((t && t.indexOf(tagName) < 0) || (childrenArray && childrenArray.indexOf(child.nodeName) < 0) …576 (unSupportedChildrenArray && unSupportedChildrenArray.indexOf(child.nodeName) >= 0)) {580 reason: 'ERROR: tag `' + tagName + '` not support child tag `' + child.nodeName + '`',584 if (child.nodeName === 'tab-content') {587 if (child.nodeName === 'tab-bar') {594 reason: 'ERROR: tag `tabs` child tag `' + child.nodeName + '` support at most one',
374 const nodeName: ts.Identifier = etsComponentExpression.expression as ts.Identifier; constant375 …if (AUTOMIC_COMPONENT.has(nodeName.escapedText.toString()) && getNextNode(etsComponentExpression))…402 const nodeName: ts.Identifier = etsComponentExpression.expression as ts.Identifier; constant404 if (SINGLE_CHILD_COMPONENT.has(nodeName.escapedText.toString())) {515 const nodeName: ts.Identifier = etsComponentExpression.expression as ts.Identifier; constant516 const nodeNameString: string = nodeName.escapedText.toString();