Package edm.edom3

Class 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 Description
      static long SHOW_STATISTICS
      Show statistics when reading/writing XML
      static long USE_DOM_BUFFER
      Use temporary DOM object when parsing/writing
      static long XML_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()