Uses of Class
wicket.markup.MarkupElement

Packages that use MarkupElement
wicket.markup Base package for markup. 
wicket.markup.parser The default parsing engine of Wicket. 
wicket.markup.parser.filter Default parsing extensions. 
 

Uses of MarkupElement in wicket.markup
 

Subclasses of MarkupElement in 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 wicket.markup that return MarkupElement
 MarkupElement MarkupStream.get()
           
 MarkupElement MarkupFragment.get(int index)
          For Wicket it would be sufficient for this method to be package protected.
 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()
          Note:
 

Methods in wicket.markup with parameters of type 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.
 

Uses of MarkupElement in wicket.markup.parser
 

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

Methods in 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.
 

Uses of MarkupElement in wicket.markup.parser.filter
 

Methods in 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 TagTypeHandler.nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met.
 MarkupElement PrependContextPathHandler.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 BodyOnLoadHandler.nextTag()
          Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.