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. 
org.apache.wicket.markup.parser.filter Default parsing extensions. 
 

Uses of IXmlPullParser in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup that return IXmlPullParser
protected  IXmlPullParser MarkupFactory.newXmlPullParser()
          Subclasses can override this to use custom parsers.
 

Constructors in org.apache.wicket.markup with parameters of type IXmlPullParser
AbstractMarkupParser(IXmlPullParser xmlParser, MarkupResourceStream resource)
          Constructor.
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.
 

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

Constructors in org.apache.wicket.markup.parser.filter with parameters of type IXmlPullParser
RootMarkupFilter(IXmlPullParser parser)
          Construct.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.