We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d73713 commit 2ad7577Copy full SHA for 2ad7577
metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/MarcXmlHandler.java
@@ -32,7 +32,7 @@
32
* @author Markus Michael Geipel
33
*
34
*/
35
-@Description("A marc xml reader")
+@Description("A MARC XML reader. To read marc data without namespace specification set option `namespace=\"\"`")
36
@In(XmlReceiver.class)
37
@Out(StreamReceiver.class)
38
@FluxCommand("handle-marcxml")
@@ -63,7 +63,7 @@ public MarcXmlHandler() {
63
64
* <strong>Default value: {@value #NAMESPACE}</strong>
65
66
- * @param namespace the namespace
+ * @param namespace the namespace. Set to null if namespace shouldn't be checked.
67
68
public void setNamespace(final String namespace) {
69
this.namespace = namespace;
0 commit comments