File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
metafacture-xml/src/main/java/org/metafacture/xml Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5353public final class SimpleXmlEncoder extends DefaultStreamPipe <ObjectReceiver <String >> {
5454
5555 public static final String ATTRIBUTE_MARKER = "~" ;
56+ public static final String DEFAULT_VALUE_TAG = "" ;
5657
5758 private static final String NEW_LINE = "\n " ;
5859 private static final String INDENT = "\t " ;
@@ -73,7 +74,7 @@ public final class SimpleXmlEncoder extends DefaultStreamPipe<ObjectReceiver<Str
7374 private String attributeMarker = ATTRIBUTE_MARKER ;
7475 private String rootTag = DefaultXmlPipe .DEFAULT_ROOT_TAG ;
7576 private String recordTag = DefaultXmlPipe .DEFAULT_RECORD_TAG ;
76- private String valueTag = DefaultXmlPipe . DEFAULT_VALUE_TAG ;
77+ private String valueTag = DEFAULT_VALUE_TAG ;
7778 private Map <String , String > namespaces = new HashMap <String , String >();
7879 private boolean writeRootTag = true ;
7980 private boolean writeXmlHeader = true ;
You can’t perform that action at this time.
0 commit comments