Home | History | Annotate | Download | only in parser

Lines Matching defs:nameStart

646     // nameStart is where we begin scanning for the tag name and attributes,
648 int nameStart = start + 1;
656 if (html.charAt(nameStart) == '/') {
658 ++nameStart;
663 int pos = tagNameScanner.scanName(nameStart, end);
675 return nameStart;