- readBuffer() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
-
- recordAnyTypeNSDecls - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- recordHeaderInformation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- recordNamespacesSchemaLocations(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- recordPrefixToURIMapping() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- recordPrefixToURIMapping() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
-
Must be called during endDocument to record all the prefix to URI mappings that have
been seen in the document during loading
- recordUnknownFeature - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- recordUnknownFeature(String, String, boolean, EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- recordValues(Node, EObject, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.xmi.DOMHandler
-
Record the DOM node and its corresponding EMF values.
- recordValues(Node, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
-
- reference - Variable in exception org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
-
- REFERENCE_THRESHOLD - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- registrations - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
-
- registry - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
-
- release() - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
-
- release(SAXParser, Map<String, Boolean>, Map<String, ?>, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
-
- release(SAXParser, Map<String, Boolean>, Map<String, ?>, boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLParserPool
-
Returns the parser to the pool.
- releaseDefaultHandler(XMLDefaultHandler, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
-
- releaseDefaultHandler(XMLDefaultHandler, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLParserPool
-
Returns the XMLDefaultHandler to the pool.
- releaseEscape(XMLSaveImpl.Escape) - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
-
- releasePrinter(XMLString) - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
-
- remove() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
-
- removeLast() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- replace(int, char[], int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- replaceChars(int, char[], int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-
- reportUnknownFeature(String, String, boolean, EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- reset() - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
-
Resets the handler to its initial state.
- reset() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
-
Deprecated.
- reset() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
-
- reset() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- reset(String, String, int, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- reset() - Method in interface org.eclipse.emf.ecore.xmi.XMLDefaultHandler
-
- reset() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceEntityHandler
-
Resets the state of the entity handler when a resource is first loaded or is reloaded.
- resetToMark(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
-
- resetToMark(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
-
- resolve - Variable in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
-
- resolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
-
- resolve - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- resolve(URI, URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- resolve(URI, URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
-
- resolve(URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.URIHandler
-
Returns the URI resolved against the base URI.
- resolveEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
-
Deprecated.
- resolveEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- resource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- resource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
-
- resourceEntityHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- resourceEntityHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- ResourceEntityHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
-
This resource entity handler implementation extends the URI handler implementation
so that this object can be used as both a resource entity handler and a URI handler
since it's far more efficient to deresolve a URI once to compute the entity value
than to deresolve it for each use and then map that deresolved result to an entity.
- ResourceEntityHandlerImpl(String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
-
Creates an instance that will generate entity names based on the given entity name
followed by the
ResourceEntityHandlerImpl.count starting from 1 to ensure uniqueness.
- resourceSet - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- resourceURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
-
- resourceURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- root - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- roots - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
-
- roots - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
-
- RootXMLContentHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
-
A specialized ContentHandler implementation that matches root element names and namespaces.
- RootXMLContentHandlerImpl(Map<String, String>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
-
Creates an instance corresponding to the given parameters.
- RootXMLContentHandlerImpl(String, String[], String, String, String[]) - Constructor for class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
-
Creates an instance initialized with the given arguments.
- RootXMLContentHandlerImpl(String, String[], String, Pattern, String[]) - Constructor for class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
-
Creates an instance initialized with the given arguments.
- RootXMLContentHandlerImpl.Describer - Class in org.eclipse.emf.ecore.xmi.impl
-
- RS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
-