File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
metafacture-xml/src/main/java/org/metafacture/xml Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
* @author Markus Michael Geipel
35
35
*
36
36
*/
37
- @ Description ("A generic XML reader. Separates XML data in distinct records with the defined record tag name (default: `recordtagname=\" record\" `)" +
38
- "If no matching record tag is found, the output will be empty." +
39
- "The handler breaks down XML elements with simple string values and optional attributes" +
40
- "into entities with a value subfield (name configurable) and additional subfields for each attribute." +
37
+ @ Description ("A generic XML reader. Separates XML data in distinct records with the defined record tag name (default: `recordtagname=\" record\" `) " +
38
+ "If no matching record tag is found, the output will be empty. " +
39
+ "The handler breaks down XML elements with simple string values and optional attributes " +
40
+ "into entities with a value subfield (name configurable) and additional subfields for each attribute. " +
41
41
"Record tag and value tag names can be configured. Attributes can get an attributeMarker." )
42
42
@ In (XmlReceiver .class )
43
43
@ Out (StreamReceiver .class )
You can’t perform that action at this time.
0 commit comments