Wicket uses a streaming XML parser to read the markup. A chain of IMarkupFilters is used e.g. to remove comments, allow for html typical markup (some tags don't need to be closed explicitly), etc.
The streaming XML parser must implement IMarkupFilter itself and thus is usually the first element of the chain.
@see org.apache.wicket.markup.MarkupParser
@author Juergen Donnerstag
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.