Uses of Interface
org.apache.wicket.markup.parser.IXmlPullParser
-
Packages that use IXmlPullParser Package Description 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 Modifier and Type Method Description protected IXmlPullParser
MarkupFactory. newXmlPullParser()
Subclasses can override this to use custom parsers.Constructors in org.apache.wicket.markup with parameters of type IXmlPullParser Constructor Description 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 Modifier and Type Class Description 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 Constructor Description RootMarkupFilter(IXmlPullParser parser, MarkupResourceStream resourceStream)
Construct.
-