public class MCxmlOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
XmlOptBase64Binary
Use Base64 encoding when storing bulks in the XML.
|
static int |
XmlOptDefault
Use the default settings:
attributes with very large value fields (e.g.
|
static int |
XmlOptExcludePrivateAttributes
Do not store Private attributes in the XML.
|
static int |
XmlOptExcludeSequences
Do not store Sequence attributes in the XML.
|
static int |
XmlOptIncludeBulks
Store bulk attribute (VR is OB, OW or OV) in the XML.
|
static int |
XmlOptIncludePixelData
Store Pixel Data buffer in the XML.
|
static int |
XmlOptNoIndentation
Do not use indentation in the XML.
|
static int |
XmlOptPreserveMetaCharacter
Preserver escape meta characters TAB (0x9), \n (0xA) and \r (0xD) in the Xml.
|
Constructor and Description |
---|
MCxmlOptions() |
public static int XmlOptDefault
public static int XmlOptIncludeBulks
public static int XmlOptIncludePixelData
public static int XmlOptExcludeSequences
public static int XmlOptExcludePrivateAttributes
public static int XmlOptBase64Binary
public static int XmlOptPreserveMetaCharacter
public static int XmlOptNoIndentation