Skip navigation links
Eclipse EMF 2.15 API Specification
A B C D E F G H I K L M N O P Q R S T U V W X 

O

object - Variable in exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
object - Variable in exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
OBJECT_ATTRIBUTE_IDREF_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ATTRIBUTE_IDREF_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ATTRIBUTE_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ATTRIBUTE_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_MANY_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_IDREF_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_IDREF_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_IDREF_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_MANY_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
objects - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
objectsWithGenericTypeList - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
oldStyleProxyURIs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
OPTION_ANY_SIMPLE_TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option allows to specify an EClass for the implementation for anySimpleType.
OPTION_ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option allows to specify an EClass for the implementation for anyType.
OPTION_BINARY - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A load or save option that when set to Boolean.TRUE, directs the resource to produce or consume a binary serialization.
OPTION_CONFIGURATION_CACHE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Generic option for enable caching (during save and load) to improve performance.
OPTION_DECLARE_XML - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Begin a save with this line:
OPTION_DEFER_ATTACHMENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Defer adding the root object to the resource until the end of the load when the tree is complete.
OPTION_DEFER_IDREF_RESOLUTION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Defer resolution of same document references until the end of the document being loaded is reached.
OPTION_DISABLE_NOTIFY - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Disable notifications during load, and enable them at the end of a load.
OPTION_DOM_USE_NAMESPACES_IN_SCOPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This is option should be used when loading a resource from a DOM Element node, to specify that load method should take into account all the namespaces declarations in scope for this node (by visiting parents of the node being loaded).
OPTION_ELEMENT_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option is used to specify an XMLResource.ElementHandler for deducing the feature used to serialize a specific type of value.
OPTION_ENCODING - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify the XML encoding to be used during save.
OPTION_ESCAPE_USING_CDATA - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Serialized element content that needs escaping and doesn't contain "]]>", will be escaped using CDATA.
OPTION_EXTENDED_META_DATA - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option allows you to tailor the XML serialization of objects.
OPTION_FLUSH_THRESHOLD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Flush the output stream whenever the number of characters/bytes pending exceeds the specified Integer value.
OPTION_FORMATTED - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Break lines and add indentation to produce a readable document.
OPTION_KEEP_DEFAULT_CONTENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Keep default content ( e.g.
OPTION_LAX_FEATURE_PROCESSING - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Turn this load option on to indicate that a feature should be populated from either an attribute or an element even if its feature kind is specified (e.g.
OPTION_LAX_WILDCARD_PROCESSING - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This load option set to Boolean.TRUE will cause all wildcards to handled as if they explicitly specified lax processing.
OPTION_LINE_WIDTH - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Attribute formatting that exceeds the specified width will cause a line break so that formatting will continue indented on the next line.
OPTION_MISSING_PACKAGE_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A load option that specifies a missing package handler instance that's used to as a final opportunity to locate a package when all other mechanisms have failed.
OPTION_PARSER_FEATURES - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify parser features with their corresponding values, i.e., true or false using Map.
OPTION_PARSER_PROPERTIES - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify parser properties with their corresponding values using a Map.
OPTION_PROCESS_DANGLING_HREF - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This can be one of "THROW", "DISCARD", "RECORD", where "THROW" is the default.
OPTION_PROCESS_DANGLING_HREF_DISCARD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROCESS_DANGLING_HREF_RECORD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROCESS_DANGLING_HREF_THROW - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROXY_ATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A save option that when set to Boolean.TRUE, directs the resource to produce href-style proxies with attribute values; The default value is false.
OPTION_RECORD_ANY_TYPE_NAMESPACE_DECLARATIONS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Enable preserving namespace declarations on elements of type AnyType
OPTION_RECORD_UNKNOWN_FEATURE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This options allows you to record unknown features during deserialization/loading.
OPTION_RESOURCE_ENTITY_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A XMLResource.ResourceEntityHandler value that will be used during load to record entity definitions and during save to encode cross document reference URIs as entities; the default value is null, in which case entities will not be defined at all.
OPTION_RESOURCE_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A XMLResource.ResourceHandler value that can be registered to receive call backs for loading from an input stream or saving to an output stream.
OPTION_ROOT_OBJECTS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Write only the subtree starting at the specified list of EObjects, which must be objects contained by the resource.
OPTION_SAVE_DOCTYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Save a doctype declaration using systemId and publicId values specified on the resource
OPTION_SAVE_TYPE_INFORMATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Use XMLTypeInfo to determine whether type information (xsi:type/xmi:type) is to be serialized for references.
OPTION_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Produce an xsi:schemaLocation/xsi:noNamespaceSchemaLocation in the saved result.
OPTION_SCHEMA_LOCATION_IMPLEMENTATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Produce an xsi:schemaLocation/xsi:noNamespaceSchemaLocation in the saved result to encode the name of the Java interface that declares the eINSTANCE of the EPackage implementation for those cases where OPTION_SCHEMA_LOCATION would not produce a physical location URI.
OPTION_SKIP_ESCAPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Skip processing for values that contain characters special to XML Faster for large computer-generated files
OPTION_SKIP_ESCAPE_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Skip escaping special characters, such as '&' char, in URIs during XML serialization.
OPTION_SUPPRESS_DOCUMENT_ROOT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
When XMLResource.OPTION_EXTENDED_META_DATA is used, this load option set to Boolean.TRUE will direct the deserializer to suppress creating a document root instance.
OPTION_SUPPRESS_XMI - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
A save or load option that when set to true, instructs the resource to produce regular XML, not XMI, or to consume, regular XML, not XMI.
OPTION_URI_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A XMLResource.URIHandler value that will be used to control how URIs are resolved during load and deresolved during save.
OPTION_USE_CACHED_LOOKUP_TABLE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify a place holder List for caching information during the subsequent saving of XML documents.
OPTION_USE_DEPRECATED_METHODS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Use deprecated methods - the default is true.
OPTION_USE_ENCODED_ATTRIBUTE_STYLE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
All EObject references will be uniformly encoded as one or more QName URI pairs, where the QName is optional depending on whether the referenced object's type is not identicle to that of the feature.
OPTION_USE_FILE_BUFFER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Write the intermediate results of serialization to the file system rather to an in-memory buffer.
OPTION_USE_LEXICAL_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Determines whether comments and CDATA will be preserved in any mixed text processing.
OPTION_USE_PACKAGE_NS_URI_AS_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A load option that when set to Boolean.TRUE directs the resource to load the an unregistered package using the package's namespace as its location.
OPTION_USE_PARSER_POOL - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify a parser pool to be used for loading XML documents from InputStream.
OPTION_USE_XMI_TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
Write the type of an element as "xmi:type" instead of "xsi:type" which is useful for models with multiple inheritance that may conflict with XML schema types
OPTION_USE_XML_NAME_TO_FEATURE_MAP - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify a map Map to be used during the subsequent loading of XML documents.
OPTION_XML_MAP - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This save option allows you to tailor the XML serialization of objects.
OPTION_XML_OPTIONS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Allows the user to specify XML options XMLOptions and default implementation you can use XMLOptionsImpl
OPTION_XML_VERSION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify the XML version to be used during save.
options - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
org.eclipse.emf.ecore.xmi - package org.eclipse.emf.ecore.xmi
 
org.eclipse.emf.ecore.xmi.impl - package org.eclipse.emf.ecore.xmi.impl
 
org.eclipse.emf.ecore.xmi.util - package org.eclipse.emf.ecore.xmi.util
 
OTHER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
outerIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
outputbytes - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
outputchars - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links
Eclipse EMF 2.15 API Specification

Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature