Package org.w3c.tidy

Class ParserImpl.ParseTitle

  • All Implemented Interfaces:
    Parser
    Enclosing class:
    ParserImpl

    public static class ParserImpl.ParseTitle
    extends java.lang.Object
    implements Parser
    Parser for TITLE.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseTitle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parse​(Lexer lexer, Node title, short mode)
      Parse the given node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParseTitle

        public ParseTitle()