EDMConstants.XmlOutputOptions
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 and 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 and Description XmlOutputOptions()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 documentSee Also:Constant Field Values
INCLUDE_CONFIGURATION
public static final long INCLUDE_CONFIGURATION
Include configuration element when writing ISO_10303_28 documentSee Also:Constant Field Values
INCLUDE_SCHEMA
public static final long INCLUDE_SCHEMA
Include schema elements when writing ISO_10303_28 documentSee Also:Constant Field Values
SWRITE_EDM_IDS
public static final long SWRITE_EDM_IDS
Use EDM ids for id tagsSee 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
Constructor Detail
XmlOutputOptions
public XmlOutputOptions()