public final class RootMarkupFilter extends AbstractMarkupFilter
REQUEST_COUNTER_KEY| Constructor and Description |
|---|
RootMarkupFilter(IXmlPullParser parser,
MarkupResourceStream resourceStream)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
IMarkupFilter |
getNextFilter()
IMarkupFilters are usually chained with the last filter retrieving the elements from the XML
parser.
|
MarkupElement |
nextElement()
Skip all xml elements until the next tag.
|
protected MarkupElement |
onComponentTag(ComponentTag tag)
Noop
|
void |
postProcess(Markup markup)
Noop
|
void |
setNextFilter(IMarkupFilter parent)
This is the root filter.
|
String |
toString() |
getMarkupResourceStream, getRequestUniqueId, getWicketNamespace, getWicketNamespace, onSpecialTagpublic RootMarkupFilter(IXmlPullParser parser, MarkupResourceStream resourceStream)
parser - public final MarkupElement nextElement() throws ParseException
nextElement in interface IMarkupFilternextElement in class AbstractMarkupFilterParseExceptionpublic final IMarkupFilter getNextFilter()
IMarkupFiltergetNextFilter in interface IMarkupFiltergetNextFilter in class AbstractMarkupFilterpublic final void setNextFilter(IMarkupFilter parent)
setNextFilter in interface IMarkupFiltersetNextFilter in class AbstractMarkupFilterparent - The parent of this component The next element in the chainprotected MarkupElement onComponentTag(ComponentTag tag) throws ParseException
onComponentTag in class AbstractMarkupFilterParseExceptionpublic final void postProcess(Markup markup)
postProcess in interface IMarkupFilterpostProcess in class AbstractMarkupFilterpublic String toString()
toString in class ObjectObject.toString()Copyright © 2006–2021 Apache Software Foundation. All rights reserved.