Module org.apache.wicket.util
Package org.apache.wicket.util.parse.metapattern.parsers
package org.apache.wicket.util.parse.metapattern.parsers
Regular Expressions meta pattern parsers.
-
ClassDescriptionParses out strings separated by commas.Parses integer variable assignments, such as "x = 9" or "x=9".Parses an arbitrary list format with a pattern for list entries and a pattern for list separators.Base class for various MetaPattern based parsers.Parses XML tag names and attribute names which may include optional namespaces like "namespace:name" or "name".Parses key value assignment statements like "foo=bar" but also supporting namespaces like "wicket:foo=bar".Matches a 'word' surrounded by whitespace.