wicket.markup.parser |
wicket.markup.parser package
The default parsing engine of Wicket.
|
Java Source File Name | Type | Comment |
AbstractMarkupFilter.java | Class | |
IMarkupFilter.java | Interface | Wicket uses a streaming XML parser to read the markup. |
IXmlPullParser.java | Interface | The interface of a streaming XML parser as required by Wicket. |
Page_1.java | Class | Mock page for testing. |
Page_2.java | Class | Mock page for testing. |
PrependContextPathHandlerTest.java | Class | Quite some tests are already with MarkupParser. |
XmlPullParser.java | Class | A fairly shallow markup pull parser which parses a markup string of a given
type of markup (for example, html, xml, vxml or wml) into ComponentTag and
RawMarkup tokens. |
XmlPullParserTest.java | Class | Quite some tests are already with MarkupParser. |
XmlTag.java | Class | A subclass of MarkupElement which represents a tag including namespace and
its optional attributes. |