Package org.w3c.tidy

Class ParserImpl.ParseTitle

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

public static class ParserImpl.ParseTitle extends Object implements Parser
Parser for TITLE.
  • Constructor Details

    • ParseTitle

      public ParseTitle()
  • Method Details

    • parse

      public void parse(Lexer lexer, Node title, short mode, int nestingLevel)
      Description copied from interface: Parser
      Parse the given node.
      Specified by:
      parse in interface Parser
      Parameters:
      lexer - Lexer
      title - 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.
      See Also: