Package org.w3c.tidy

Class ParserImpl.ParseTableTag

  • All Implemented Interfaces:
    Parser
    Enclosing class:
    ParserImpl

    public static class ParserImpl.ParseTableTag
    extends java.lang.Object
    implements Parser
    Parser for TABLE.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseTableTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parse​(Lexer lexer, Node table, 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

      • ParseTableTag

        public ParseTableTag()