com.quiotix.html.parser
Class HtmlDocument.HtmlElement

java.lang.Object
  extended by com.quiotix.html.parser.HtmlDocument.HtmlElement
All Implemented Interfaces:
Sized, Visitable
Direct Known Subclasses:
HtmlDocument.Annotation, HtmlDocument.Comment, HtmlDocument.EndTag, HtmlDocument.Newline, HtmlDocument.Tag, HtmlDocument.TagBlock, HtmlDocument.Text
Enclosing class:
HtmlDocument

public abstract static class HtmlDocument.HtmlElement
extends Object
implements Visitable, Sized

Abstract class for HTML elements. Enforces support for Visitors.


Constructor Summary
HtmlDocument.HtmlElement()
           
 
Method Summary
abstract  void accept(HtmlVisitor v)
          Allow the Visitor to visit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.quiotix.html.parser.Sized
getLength
 

Constructor Detail

HtmlDocument.HtmlElement

public HtmlDocument.HtmlElement()
Method Detail

accept

public abstract void accept(HtmlVisitor v)
Description copied from interface: Visitable
Allow the Visitor to visit.

Specified by:
accept in interface Visitable
Parameters:
v - the visitor which has come to call


Copyright © 1999-2011 Quiotix. All Rights Reserved.