public static class XmiSerializationSharedData.OotsElementData extends Object
Data structure holding all information about an XMI element containing an out-of-typesystem FS.
Also used to hold information for deferring deserialization of subtypes of AnnotationBase when the sofa is not yet known
| Modifier and Type | Field and Description | 
|---|---|
| List<org.apache.uima.internal.util.XmlAttribute> | attributesList of XmlAttribute objects each holding name and value of an attribute. | 
| Constructor and Description | 
|---|
| OotsElementData(String xmiId,
               org.apache.uima.internal.util.XmlElementName elementName) | 
| OotsElementData(String xmiId,
               org.apache.uima.internal.util.XmlElementName elementName,
               int lineNumber,
               int colNumber) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attributes | getAttributes() | 
public final List<org.apache.uima.internal.util.XmlAttribute> attributes
public OotsElementData(String xmiId, org.apache.uima.internal.util.XmlElementName elementName)
public OotsElementData(String xmiId, org.apache.uima.internal.util.XmlElementName elementName, int lineNumber, int colNumber)
public Attributes getAttributes()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.