| Package | Description |
|---|---|
| org.apache.wicket.markup |
Base package for markup.
|
| org.apache.wicket.markup.parser |
The default parsing engine of Wicket.
|
| Modifier and Type | Method and Description |
|---|---|
IXmlPullParser.HttpTagType |
HtmlSpecialTag.getHttpTagType()
Gets httpTagType.
|
| Constructor and Description |
|---|
HtmlSpecialTag(XmlTag tag,
IXmlPullParser.HttpTagType httpTagType)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
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–2014 Apache Software Foundation. All rights reserved.