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.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) List
<XmlAttribute> List of XmlAttribute objects each holding name and value of an attribute.(package private) List
<XmlElementNameAndContents> List of XmlElementNameAndContents objects each describing one of the child elements representing features of this out-of-typesystem element.(package private) XmlElementName
Name of the element, including XML namespace.(package private) String
xmi:id of the element -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xmiId
String xmiIdxmi:id of the element -
elementName
XmlElementName elementNameName of the element, including XML namespace. -
attributes
List<XmlAttribute> attributesList of XmlAttribute objects each holding name and value of an attribute. -
childElements
List<XmlElementNameAndContents> childElementsList of XmlElementNameAndContents objects each describing one of the child elements representing features of this out-of-typesystem element.
-
-
Constructor Details
-
OotsElementData
OotsElementData()
-