Package org.apache.uima.cas.impl
Class XmiSerializationSharedData.OotsElementData
java.lang.Object
org.apache.uima.cas.impl.XmiSerializationSharedData.OotsElementData
- Enclosing class:
XmiSerializationSharedData
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
-
Field Summary
Modifier and TypeFieldDescriptionfinal List
<XmlAttribute> List of XmlAttribute objects each holding name and value of an attribute. -
Constructor Summary
ConstructorDescriptionOotsElementData
(String xmiId, XmlElementName elementName) OotsElementData
(String xmiId, XmlElementName elementName, int lineNumber, int colNumber) -
Method Summary
-
Field Details
-
attributes
List of XmlAttribute objects each holding name and value of an attribute.
-
-
Constructor Details
-
OotsElementData
-
OotsElementData
-
-
Method Details
-
getAttributes
-