Uses of Interface
org.apache.wicket.markup.parser.IXmlPullParser

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

Uses of IXmlPullParser in org.apache.wicket.markup
 

Constructors in org.apache.wicket.markup with parameters of type IXmlPullParser
MarkupParser(IXmlPullParser xmlParser, MarkupResourceStream resource)
          Constructor.
 

Uses of IXmlPullParser in org.apache.wicket.markup.parser
 

Classes in org.apache.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-2010 Apache Software Foundation. All Rights Reserved.