|
||||||||||
| 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 |
| Constructors in org.apache.wicket.markup with parameters of type XmlTag | |
|---|---|
ComponentTag(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 |
XmlTag.getOpenTag()
Assuming this is a close tag, return the corresponding open tag |
XmlTag |
XmlTag.mutable()
Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable. |
| 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.hasEqualTagName(XmlTag tag)
Compare tag name including namespace |
void |
XmlTag.setOpenTag(XmlTag tag)
Assuming this is a close tag, assign it's corresponding open tag. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||