|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IMarkupFilter | Wicket uses a streaming XML parser to read the markup. |
| IXmlPullParser | The interface of a streaming XML parser as required by Wicket. |
| Class Summary | |
|---|---|
| AbstractMarkupFilter | Base class for markup filters |
| TagStack | Stack to push and pop HTML elements asserting its structure. |
| XmlPullParser | 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. |
| XmlTag | A subclass of MarkupElement which represents a tag including namespace and its optional attributes. |
| Enum Summary | |
|---|---|
| IXmlPullParser.HttpTagType | The last element found |
| XmlTag.TagType | Enumerated type for different kinds of component tags. |
The default parsing engine of Wicket.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||