|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.RootMarkupFilter
public final class RootMarkupFilter
This is the root of all filters, which retrieves the next xml element from the xml parser.
| Constructor Summary | |
|---|---|
RootMarkupFilter(IXmlPullParser parser)
Construct. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter |
|---|
getMarkupResourceStream, getWicketNamespace, onSpecialTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RootMarkupFilter(IXmlPullParser parser)
parser - | Method Detail |
|---|
public final MarkupElement nextElement()
throws ParseException
nextElement in interface IMarkupFilternextElement in class AbstractMarkupFilterParseExceptionpublic final IMarkupFilter getNextFilter()
IMarkupFilter
getNextFilter 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 chain
protected 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||