Package org.w3c.tidy

Class ParserImpl.ParseSelect

  • All Implemented Interfaces:
    Parser
    Enclosing class:
    ParserImpl

    public static class ParserImpl.ParseSelect
    extends java.lang.Object
    implements Parser
    Parser for SELECT.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseSelect()  
    • Method Summary

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

      • ParseSelect

        public ParseSelect()