Package org.apache.wicket.markup.parser


package org.apache.wicket.markup.parser

The default parsing engine of Wicket.

  • Class
    Description
    Base class for markup filters
    Wicket uses a streaming XML parser to read the markup.
    The interface of a streaming XML parser as required by Wicket.
    The last element found
    Stack to push and pop HTML elements asserting its structure.
    A fairly shallow markup pull parser which parses a markup string of a given type of markup (for example, html, xml, vxml or wml) into ComponentTag and RawMarkup tokens.
    A subclass of MarkupElement which represents a tag including namespace and its optional attributes.
    Enumerated type for different kinds of component tags.