Class XmiSerializationSharedData.OotsElementData

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

static class XmiSerializationSharedData.OotsElementData extends Object
Data structure holding all information about an XMI element containing an out-of-typesystem FS.
  • Field Details

    • xmiId

      String xmiId
      xmi:id of the element
    • elementName

      XmlElementName elementName
      Name of the element, including XML namespace.
    • attributes

      List<XmlAttribute> attributes
      List of XmlAttribute objects each holding name and value of an attribute.
    • childElements

      List of XmlElementNameAndContents objects each describing one of the child elements representing features of this out-of-typesystem element.
  • Constructor Details

    • OotsElementData

      OotsElementData()