Home | History | Annotate | Download | only in util

Lines Matching refs:START_TAG

562             if (eventType == parser.START_TAG) {
606 if (eventType == parser.START_TAG) {
647 if (eventType == parser.START_TAG) {
699 if (eventType == parser.START_TAG) {
754 if (eventType == parser.START_TAG) {
796 } else if (eventType == parser.START_TAG) {
856 } else if (eventType == parser.START_TAG) {
868 while ((type=parser.next()) != parser.START_TAG
873 if (type != parser.START_TAG) {
886 while ((type=parser.next()) != parser.START_TAG