|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlTag | |
---|---|
org.apache.wicket.markup | Base package for markup. |
org.apache.wicket.markup.parser | The default parsing engine of Wicket. |
Uses of XmlTag in org.apache.wicket.markup |
---|
Fields in org.apache.wicket.markup declared as XmlTag | |
---|---|
protected XmlTag |
ComponentTag.xmlTag
The underlying xml tag |
protected XmlTag |
HtmlSpecialTag.xmlTag
The underlying xml tag |
Methods in org.apache.wicket.markup that return XmlTag | |
---|---|
XmlTag |
ComponentTag.getXmlTag()
|
XmlTag |
HtmlSpecialTag.getXmlTag()
|
Constructors in org.apache.wicket.markup with parameters of type XmlTag | |
---|---|
ComponentTag(XmlTag tag)
Construct. |
|
HtmlSpecialTag(XmlTag tag,
IXmlPullParser.HttpTagType httpTagType)
Construct. |
|
WicketParseException(String message,
XmlTag tag)
Construct. |
|
WicketTag(XmlTag tag)
Constructor |
Uses of XmlTag in org.apache.wicket.markup.parser |
---|
Methods in org.apache.wicket.markup.parser that return XmlTag | |
---|---|
XmlTag |
IXmlPullParser.getElement()
|
XmlTag |
XmlPullParser.getElement()
|
XmlTag |
XmlTag.getOpenTag()
Assuming this is a close tag, return the corresponding open tag |
XmlTag |
XmlTag.makeImmutable()
Makes this tag object immutable by making the attribute map unmodifiable. |
XmlTag |
XmlTag.mutable()
Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable. |
XmlTag |
XmlPullParser.nextTag()
|
Methods in org.apache.wicket.markup.parser with parameters of type XmlTag | |
---|---|
boolean |
XmlTag.closes(XmlTag open)
Gets whether this tag closes the provided open tag. |
boolean |
XmlTag.equalTo(XmlTag element)
|
void |
XmlTag.setOpenTag(XmlTag tag)
Assuming this is a close tag, assign it's corresponding open tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |