506507508509510511512513
attrEndPosition - attrStartPosition)); // map.put(TAG_NAME, fSource.substring(attrStartPosition, // attrEndPosition - attrStartPosition)); return fScannerPosition; } catch (IndexOutOfBoundsException e) { throw new TagParsingException(); } }
528529530531532533534535536537538539540541
scanSingleAttribute(map); } else { if (ch == '>') { return fScannerPosition; } throw new TagParsingException(); } scanWhiteSpace(); } return fScannerPosition; } catch (IndexOutOfBoundsException e) { throw new TagParsingException(); } }