Scan the tag. The Lexer is provided in order to do a lookahead operation.
@param tag HTML tag to be scanned for identification.
@param lexer Provides html page access.
@param stack The parse stack. May contain pending tags that enclosethis tag. Nodes on the stack should be considered incomplete.
@return The resultant tag (may be unchanged).
@exception ParserException if an unrecoverable problem occurs.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.