HomeSort by relevance Sort by last modified time
    Searched full:attributescanner (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 433 private static class AttributeScanner {
447 public AttributeScanner(String html) {
699 AttributeScanner attributeScanner = new AttributeScanner(html);
731 attributeScanner.reset();
732 pos = attributeScanner.scanName(pos, end);
736 if (attributeScanner.getName() != null) {
737 pos = attributeScanner.scanValue(pos, end);
744 addAttribute(attributes, attributeScanner, nextAttributeStartPos, pos)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 433 private static class AttributeScanner {
447 public AttributeScanner(String html) {
699 AttributeScanner attributeScanner = new AttributeScanner(html);
731 attributeScanner.reset();
732 pos = attributeScanner.scanName(pos, end);
736 if (attributeScanner.getName() != null) {
737 pos = attributeScanner.scanValue(pos, end);
744 addAttribute(attributes, attributeScanner, nextAttributeStartPos, pos)
    [all...]

Completed in 37 milliseconds