Uses of Class
org.apache.wicket.markup.MarkupElement

Packages that use MarkupElement
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
org.apache.wicket.markup.parser.filter Default parsing extensions. 
 

Uses of MarkupElement in org.apache.wicket.markup
 

Subclasses of MarkupElement in org.apache.wicket.markup
 class ComponentTag
          A subclass of MarkupElement which represents a "significant" markup tag, such as a component open tag.
 class RawMarkup
          This class is for framework purposes only, which is why the class is (default) protected.
 class WicketTag
          WicketTag extends ComponentTag and will be created by a MarkupParser whenever it parses a tag in the wicket namespace.
 

Methods in org.apache.wicket.markup that return MarkupElement
 MarkupElement MarkupStream.get()
           
 MarkupElement MarkupStream.get(int index)
           
 MarkupElement Markup.get(int index)
          For Wicket it would be sufficient for this method to be package protected.
 MarkupElement IMarkup.get(int index)
          For Wicket it would be sufficient for this method to be package protected.
 MarkupElement MarkupStream.next()
          The correct way of using MarkupStream is like:
 

Methods in org.apache.wicket.markup with parameters of type MarkupElement
 void Markup.addMarkupElement(int pos, MarkupElement markupElement)
          Add a MarkupElement
 void Markup.addMarkupElement(MarkupElement markupElement)
          Add a MarkupElement
 boolean MarkupElement.closes(MarkupElement open)
          Gets whether this element closes the given element.
 boolean ComponentTag.closes(MarkupElement open)
          Gets whether this tag closes the provided open tag.
 boolean RawMarkup.equalTo(MarkupElement element)
           
abstract  boolean MarkupElement.equalTo(MarkupElement element)
          This is not an implementation of equals because we don't care about hashCodes for MarkupElements yet.
 boolean ComponentTag.equalTo(MarkupElement element)
           
 

Uses of MarkupElement in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form that return MarkupElement
 MarkupElement AutoLabelTagHandler.nextTag()
           
 

Uses of MarkupElement in org.apache.wicket.markup.parser
 

Subclasses of MarkupElement in org.apache.wicket.markup.parser
 class XmlTag
          A subclass of MarkupElement which represents a tag including namespace and its optional attributes.
 

Methods in org.apache.wicket.markup.parser that return MarkupElement
 MarkupElement XmlPullParser.nextTag()
          Gets the next tag from the input string.
 MarkupElement IMarkupFilter.nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met.
 

Methods in org.apache.wicket.markup.parser with parameters of type MarkupElement
 boolean XmlTag.equalTo(MarkupElement element)
           
 

Uses of MarkupElement in org.apache.wicket.markup.parser.filter
 

Methods in org.apache.wicket.markup.parser.filter that return MarkupElement
 MarkupElement WicketTagIdentifier.nextTag()
          Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags.
 MarkupElement WicketRemoveTagHandler.nextTag()
          Removes preview regions enclosed by <wicket:remove> tags.
 MarkupElement WicketNamespaceHandler.nextTag()
          Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags.
 MarkupElement WicketMessageTagHandler.nextTag()
           
 MarkupElement WicketLinkTagHandler.nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handles it if the specific filter criteria are met.
 MarkupElement RelativePathPrefixHandler.nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met.
 MarkupElement OpenCloseTagExpander.nextTag()
           
 MarkupElement InlineEnclosureHandler.nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met.
 MarkupElement HtmlProblemFinder.nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met.
 MarkupElement HtmlHeaderSectionHandler.nextTag()
          Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags.
 MarkupElement HtmlHandler.nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met.
 MarkupElement HeadForceTagIdHandler.nextTag()
           
 MarkupElement EnclosureHandler.nextTag()
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.