Class RootMarkupFilter

java.lang.Object
org.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.RootMarkupFilter
All Implemented Interfaces:
IMarkupFilter

public final class RootMarkupFilter extends AbstractMarkupFilter
This is the root of all filters, which retrieves the next xml element from the xml parser.
Author:
Juergen Donnerstag