public List<Tag> getTags() {
return tags;
}
private void parse() throws JspParserException {
currentTag = new Content();
// scan until at end of data
for (int start = 0; currentSourcePosition < source.length();) {
int nextOpenTagPosition = source.indexOf('<', start);