Package org.bndly.common.html
Interface Content
-
- All Known Subinterfaces:
ContentContainer,HTML
- All Known Implementing Classes:
AbstractTag,Comment,Entity,ProxyContent,SelfClosingTag,Tag,Text
public interface ContentContent is a marker interface for all model classes that get build while parsing a HTML document. Content can be tags, text or HTML entities. For convenience there is also proxy content, to wrap content while parsing HTML.- Author:
- cybercon <bndly@cybercon.de>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentContainergetParent()
-
-
-
Method Detail
-
getParent
ContentContainer getParent()
-
-