}
public Tag scan(Tag tag, String url, NodeReader reader, String currLine) throws ParserException {
CompositeTagScannerHelper helper = new CompositeTagScannerHelper(this, tag, url, reader, currLine,
balance_quotes);
return helper.scan();
}
/**
* Override this method if you wish to create any data structures or do
* anything before the start of the scan. This is just after a tag has