Package edm.edom3

Class EDMConstants.XmlOutputOptions

  • Enclosing interface:
    EDMConstants

    public static class EDMConstants.XmlOutputOptions
    extends java.lang.Object
    Optiions for XML output
    • Field Detail

      • ISO10303_28_FORMAT

        public static final long ISO10303_28_FORMAT
        Produce ISO_10303_28 format (v1.02) (This is the default)
        See Also:
        Constant Field Values
      • IFCXML_FORMAT

        public static final long IFCXML_FORMAT
        Produce old version IFC XML format (v1.02)
        See Also:
        Constant Field Values
      • INCLUDE_HEADER

        public static final long INCLUDE_HEADER
        Include header element when writing ISO_10303_28 document
        See Also:
        Constant Field Values
      • INCLUDE_CONFIGURATION

        public static final long INCLUDE_CONFIGURATION
        Include configuration element when writing ISO_10303_28 document
        See Also:
        Constant Field Values
      • INCLUDE_SCHEMA

        public static final long INCLUDE_SCHEMA
        Include schema elements when writing ISO_10303_28 document
        See Also:
        Constant Field Values
      • SWRITE_EDM_IDS

        public static final long SWRITE_EDM_IDS
        Use EDM ids for id tags
        See Also:
        Constant Field Values
      • UTF8_ENCODED_FILE_NAMES

        public static final long UTF8_ENCODED_FILE_NAMES
        See Also:
        Constant Field Values
      • ONLY_USER_DEFINED_ENTITIES

        public static final long ONLY_USER_DEFINED_ENTITIES
        See Also:
        Constant Field Values
      • EXCLUDE_USER_DEFINED_ENTITIES

        public static final long EXCLUDE_USER_DEFINED_ENTITIES
        See Also:
        Constant Field Values
      • XML_NUMBER_OF_SUBTYPE_INSTANCES_STATISTICS

        public static final long XML_NUMBER_OF_SUBTYPE_INSTANCES_STATISTICS
        See Also:
        Constant Field Values
      • XML_NUMBER_OF_INSTANCES_STATISTICS

        public static final long XML_NUMBER_OF_INSTANCES_STATISTICS
        See Also:
        Constant Field Values
      • MINI_SYSTEM_INFO_COMMENT_SECTION

        public static final long MINI_SYSTEM_INFO_COMMENT_SECTION
        See Also:
        Constant Field Values
      • WRITE_DATA_IN_HASH_TABLE

        public static final long WRITE_DATA_IN_HASH_TABLE
        See Also:
        Constant Field Values
    • Constructor Detail

      • XmlOutputOptions

        public XmlOutputOptions()