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 TypeField and Description
      static longSHOW_STATISTICS
      Show statistics when reading/writing XML
      static longUSE_DOM_BUFFER
      Use temporary DOM object when parsing/writing
      static longXML_PARSE_TRACE
      Show trace when reading/writing XML
    • 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 XML

        See Also:Constant Field Values

      • XML_PARSE_TRACE

        public static final long XML_PARSE_TRACE

        Show trace when reading/writing XML

        See Also:Constant Field Values

      • USE_DOM_BUFFER

        public static final long USE_DOM_BUFFER

        Use temporary DOM object when parsing/writing

        See Also:Constant Field Values

    • Constructor Detail

      • XmlExecutionOptions

        public XmlExecutionOptions()