Class ParserImpl.ParseSelect

java.lang.Object
org.w3c.tidy.ParserImpl.ParseSelect
All Implemented Interfaces:
Parser
Enclosing class:
ParserImpl

public static class ParserImpl.ParseSelect extends Object implements Parser
Parser for SELECT.
Version:
$Revision$ ($Author$)
Author:
Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
  • Constructor Details

    • ParseSelect

      public ParseSelect()
  • Method Details

    • parse

      public void parse(Lexer lexer, Node field, short mode, int nestingLevel) throws ExcessiveNesting
      Description copied from interface: Parser
      Parse the given node.
      Specified by:
      parse in interface Parser
      Parameters:
      lexer - Lexer
      field - node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferred
      mode - content mode
      nestingLevel - The current nesting level of the document. Extremely nested documents are considered an error.
      Throws:
      ExcessiveNesting - When excessive nesting is detected.
      See Also: