com.quiotix.html.parser
Class HtmlDocument.HtmlElement
java.lang.Object
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.
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 |
HtmlDocument.HtmlElement
public HtmlDocument.HtmlElement()
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.