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 3434 * @author Markus Michael Geipel
3535 *
3636 */
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. " +
4141 "Record tag and value tag names can be configured. Attributes can get an attributeMarker." )
4242@ In (XmlReceiver .class )
4343@ Out (StreamReceiver .class )
You can’t perform that action at this time.
0 commit comments