Package edm.edom3
Class EDMConstants.XmlOutputOptions
- java.lang.Object
-
- edm.edom3.EDMConstants.XmlOutputOptions
-
- Enclosing interface:
- EDMConstants
public static class EDMConstants.XmlOutputOptions extends java.lang.Object
Optiions for XML output
-
-
Field Summary
Fields Modifier and Type Field Description static long
EDM_IDENTIFIERS
static long
EXCLUDE_USER_DEFINED_ENTITIES
static long
EXTRACT_SHALLOW
static long
IFCXML_FORMAT
Produce old version IFC XML format (v1.02)static long
INCLUDE_CONFIGURATION
Include configuration element when writing ISO_10303_28 documentstatic long
INCLUDE_HEADER
Include header element when writing ISO_10303_28 documentstatic long
INCLUDE_SCHEMA
Include schema elements when writing ISO_10303_28 documentstatic long
ISO10303_28_FORMAT
Produce ISO_10303_28 format (v1.02) (This is the default)static long
MINI_SYSTEM_INFO_COMMENT_SECTION
static long
ONLY_USER_DEFINED_ENTITIES
static long
SWRITE_EDM_IDS
Use EDM ids for id tagsstatic long
UTF8_ENCODED_FILE_NAMES
static long
WRITE_DATA_IN_HASH_TABLE
static long
XML_NUMBER_OF_INSTANCES_STATISTICS
static long
XML_NUMBER_OF_SUBTYPE_INSTANCES_STATISTICS
-
Constructor Summary
Constructors Constructor Description XmlOutputOptions()
-
-
-
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
-
EXTRACT_SHALLOW
public static final long EXTRACT_SHALLOW
- See Also:
- Constant Field Values
-
ONLY_USER_DEFINED_ENTITIES
public static final long ONLY_USER_DEFINED_ENTITIES
- See Also:
- Constant Field Values
-
EDM_IDENTIFIERS
public static final long EDM_IDENTIFIERS
- 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
-
-