META-INF.xsd.smooks.smooks-core-1.4.xsd Maven / Gradle / Ivy
Smooks Core Settings Configuration
Smooks Filter Settings Settings
Smooks Exports Settings
Namespace Declarations
Terminate filtering on visiting the targeted fragment (before/after - default after).
Set data (name and/or attribites) on the targeted element.
Set data (name and/or attribites) on the targeted element.
Set data (name and/or attributes) on the targeted element.
Filter Type
Default Serialization
Terminate Filtering on Exception
Close Filter Source (Stream Sources only)
Close Filter Result (Stream Results only)
Rewrite Entities
Reader Pool Size.
Some Reader implementations are expensive to create. Pooling them can give a
huge performance boost. Assign based on your applications threading model.
Default pool size is 0 i.e. a new Reader will be created for every message.
Result that Smooks exports
Type fully qualifed class of the type that will be produced by this Smooks configuration.
A name that can be used to identify this result type.
This can be any string and is used when only a portion of a result should be returned. For
example, when you return a JavaResult you may only be interested in one bean and in this
case the extract attribute would specify the beanId of that bean.
Namespace prefix-to-uri mapping
The element on which the filter termination is to happen.
Terminate filtering on the visitBefore event. Default false.
Set element name and/or attribute data on an element.
The new name for the element. Can be a qualified name if the 'namespace' attribute is
configured.
The new namespace for the element.
The element on which to set the data.
Attribute to set on the element.
The name ot the attribute. Can be a qualified name if the 'namespace' attribute is configured.
The namespace for the attribute.
The attribute value. Can be a FreeMarker template.
Remove an element.
The element to be removed.
Keep the removed element's child content. Default is false.
Remove an attribute.
The element on which the attribute is to be removed.
The name ot the attribute. Can be a qualified name if the 'namespace' attribute is configured.
The namespace for the attribute.