Uses of Interface
wicket.markup.parser.IXmlPullParser

Packages that use IXmlPullParser
wicket.markup Base package for markup. 
wicket.markup.parser The default parsing engine of Wicket. 
 

Uses of IXmlPullParser in wicket.markup
 

Constructors in wicket.markup with parameters of type IXmlPullParser
MarkupParser(IXmlPullParser xmlParser)
          Constructor.
 

Uses of IXmlPullParser in wicket.markup.parser
 

Classes in wicket.markup.parser that implement IXmlPullParser
 class 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.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.