Package wicket.markup.parser

The default parsing engine of Wicket.

See:
          Description

Interface Summary
IMarkupFilter Wicket uses a streaming XML parser to read the markup.
IXmlPullParser The interface of a streaming XML parser as required by Wicket.
 

Class Summary
AbstractMarkupFilter Base class for markup filters
XmlPullParser A fairly shallow markup pull or streaming parser.
XmlTag A subclass of MarkupElement which represents a tag including namespace and its optional attributes.
XmlTag.Type Enumerated type for different kinds of component tags.
 

Package wicket.markup.parser Description

The default parsing engine of Wicket.



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