Lines Matching refs:attrLn

354         xmlreader::Span attrLn;  in handleComponentSchema()  local
355 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleComponentSchema()
359 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("package"))) in handleComponentSchema()
374 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("name"))) in handleComponentSchema()
417 xmlreader::Span attrLn; in handleNodeRef() local
418 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleNodeRef()
422 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("name"))) in handleNodeRef()
427 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("component"))) in handleNodeRef()
431 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("node-type"))) in handleNodeRef()
471 xmlreader::Span attrLn; in handleProp() local
472 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleProp()
476 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("name"))) in handleProp()
481 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("type"))) in handleProp()
486 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("localized"))) in handleProp()
490 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("nillable"))) in handleProp()
528 xmlreader::Span attrLn; in handlePropValue() local
529 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handlePropValue()
533 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("separator"))) in handlePropValue()
557 xmlreader::Span attrLn; in handleGroup() local
558 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleGroup()
562 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("name"))) in handleGroup()
567 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("extensible"))) in handleGroup()
598 xmlreader::Span attrLn; in handleSet() local
599 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleSet()
603 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("name"))) in handleSet()
608 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("component"))) in handleSet()
612 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("node-type"))) in handleSet()
644 xmlreader::Span attrLn; in handleSetItem() local
645 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleSetItem()
649 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("component"))) in handleSetItem()
653 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("node-type"))) in handleSetItem()