Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.w3c.tidy
Class ParserImpl.ParseInline  view ParserImpl.ParseInline download ParserImpl.ParseInline.java

java.lang.Object
  extended byorg.w3c.tidy.ParserImpl.ParseInline
All Implemented Interfaces:
Parser
Enclosing class:
ParserImpl

public static class ParserImpl.ParseInline
extends java.lang.Object
implements Parser


Constructor Summary
ParserImpl.ParseInline()
           
 
Method Summary
 void parse(Lexer lexer, Node element, short mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserImpl.ParseInline

public ParserImpl.ParseInline()
Method Detail

parse

public void parse(Lexer lexer,
                  Node element,
                  short mode)
Specified by:
parse in interface Parser