EDMConstants.XmlExecutionOptions
edm.edom3
Class EDMConstants.XmlExecutionOptions
- java.lang.Object
- edm.edom3.EDMConstants.XmlExecutionOptions
Enclosing interface:EDMConstants
public static class EDMConstants.XmlExecutionOptions extends java.lang.Object
Options for XML generator
Field Summary
FieldsÂ
Modifier and Type Field and Description static long
SHOW_STATISTICS
Show statistics when reading/writing XMLstatic long
USE_DOM_BUFFER
Use temporary DOM object when parsing/writingstatic long
XML_PARSE_TRACE
Show trace when reading/writing XML
Constructor Summary
ConstructorsÂ
Constructor and Description XmlExecutionOptions()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
SHOW_STATISTICS
public static final long SHOW_STATISTICS
Show statistics when reading/writing XMLSee Also:Constant Field Values
XML_PARSE_TRACE
public static final long XML_PARSE_TRACE
Show trace when reading/writing XMLSee Also:Constant Field Values
USE_DOM_BUFFER
public static final long USE_DOM_BUFFER
Use temporary DOM object when parsing/writingSee Also:Constant Field Values
Constructor Detail
XmlExecutionOptions
public XmlExecutionOptions()