Uses of Class
org.apache.wicket.markup.parser.IXmlPullParser.HttpTagType

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

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

Methods in org.apache.wicket.markup that return IXmlPullParser.HttpTagType
 IXmlPullParser.HttpTagType HtmlSpecialTag.getHttpTagType()
          Gets httpTagType.
 

Constructors in org.apache.wicket.markup with parameters of type IXmlPullParser.HttpTagType
HtmlSpecialTag(XmlTag tag, IXmlPullParser.HttpTagType httpTagType)
          Construct.
 

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

Methods in org.apache.wicket.markup.parser that return IXmlPullParser.HttpTagType
 IXmlPullParser.HttpTagType XmlPullParser.next()
           
 IXmlPullParser.HttpTagType IXmlPullParser.next()
          Move to the next XML element
static IXmlPullParser.HttpTagType IXmlPullParser.HttpTagType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IXmlPullParser.HttpTagType[] IXmlPullParser.HttpTagType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.