META-INF.xsd.smooks.regex-1.5.xsd Maven / Gradle / Ivy
Smooks Regular Expression Reader Configuration
Regular Expression Reader Configuration.
Base Regular Expression Reader
Regular Expression Reader
Regular Expression pattern.
Comma separated list of Regular Expression record field names.
Also supports multi record message sets (variable fields). See User Guide.
Name of the root element. Defaults to "records".
Name of record element. Defaults to "record".
Record delimiter. Defaults to newline ("\n").
Keep the Record delimiter as part of the record text. Defaults to false..
Add indentation character data to the generated event stream. This simply makes
the generated event stream easier to read in its serialized form. Useful for
testing etc.
This flag simply adds to the generated event stream all invalid Regular Expression record elements (#tokens less #expected tokens).
Regular Expression Binding Configuration.
Supports simple automatic java binding of Regular Expression records onto a bean based on the configured field
names matching the target bean's property names. For more complex binding, use the main Java
binding configurations.
The ID under which the created bean is to be bound in the bean context.
The fully qualified bean Class name.
Regular Expression Binding Configuration.
Supports simple automatic java binding of Regular Expression records onto a bean based on the configured field
names matching the target bean's property names. For more complex binding, use the main Java
binding configurations.
The Regular Expression field whose value is used as the Map key value.