Class XmiSerializationSharedData.OotsElementData

java.lang.Object
org.apache.uima.cas.impl.XmiSerializationSharedData.OotsElementData
Enclosing class:
XmiSerializationSharedData

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

  • Field Details

    • attributes

      public final List<org.apache.uima.internal.util.XmlAttribute> attributes
      List of XmlAttribute objects each holding name and value of an attribute.
  • Constructor Details

    • OotsElementData

      public OotsElementData(String xmiId, org.apache.uima.internal.util.XmlElementName elementName)
    • OotsElementData

      public OotsElementData(String xmiId, org.apache.uima.internal.util.XmlElementName elementName, int lineNumber, int colNumber)
  • Method Details

    • getAttributes

      public Attributes getAttributes()