Uses of Class
org.apache.wicket.markup.parser.XmlTag
-
Packages that use XmlTag Package Description org.apache.wicket.markup Base package for markup.org.apache.wicket.markup.parser The default parsing engine of Wicket.org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. -
-
Uses of XmlTag in org.apache.wicket.markup
Fields in org.apache.wicket.markup declared as XmlTag Modifier and Type Field Description protected XmlTagComponentTag. xmlTagThe underlying xml tagprotected XmlTagHtmlSpecialTag. xmlTagThe underlying xml tagMethods in org.apache.wicket.markup that return XmlTag Modifier and Type Method Description XmlTagComponentTag. getXmlTag()XmlTagHtmlSpecialTag. getXmlTag()Constructors in org.apache.wicket.markup with parameters of type XmlTag Constructor Description ComponentTag(XmlTag tag)Construct.HtmlSpecialTag(XmlTag tag, IXmlPullParser.HttpTagType httpTagType)Construct.WicketParseException(java.lang.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 Modifier and Type Method Description XmlTagIXmlPullParser. getElement()XmlTagXmlPullParser. getElement()XmlTagXmlTag. getOpenTag()Assuming this is a close tag, return the corresponding open tagXmlTagXmlTag. makeImmutable()Makes this tag object immutable by making the attribute map unmodifiable.XmlTagXmlTag. mutable()Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable.XmlTagXmlPullParser. nextTag()Methods in org.apache.wicket.markup.parser with parameters of type XmlTag Modifier and Type Method Description booleanXmlTag. closes(XmlTag open)Gets whether this tag closes the provided open tag.booleanXmlTag. equalTo(XmlTag element)voidXmlTag. setOpenTag(XmlTag tag)Assuming this is a close tag, assign it's corresponding open tag. -
Uses of XmlTag in org.apache.wicket.util.tester
Method parameters in org.apache.wicket.util.tester with type arguments of type XmlTag Modifier and Type Method Description static java.util.List<TagTester>TagTester. createTags(java.lang.String markup, java.util.function.Function<XmlTag,java.lang.Boolean> accept, boolean stopAfterFirst)
-