Interface Parser
- All Known Implementing Classes:
ParserImpl.ParseBlock, ParserImpl.ParseBody, ParserImpl.ParseColGroup, ParserImpl.ParseDefList, ParserImpl.ParseEmpty, ParserImpl.ParseFrameSet, ParserImpl.ParseHead, ParserImpl.ParseHTML, ParserImpl.ParseInline, ParserImpl.ParseList, ParserImpl.ParseNoFrames, ParserImpl.ParseOptGroup, ParserImpl.ParsePre, ParserImpl.ParseRow, ParserImpl.ParseRowGroup, ParserImpl.ParseScript, ParserImpl.ParseSelect, ParserImpl.ParseTableTag, ParserImpl.ParseText, ParserImpl.ParseTitle
public interface Parser
HTML Parser.
- Version:
- $Revision$ ($Author$)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Method Summary
-
Method Details
-
parse
Parse the given node.- Parameters:
lexer- Lexernode- node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferredmode- content modenestingLevel- The current nesting level of the document. Extremely nested documents are considered an error.- Throws:
ExcessiveNesting- When excessive nesting is detected.
-