Uses of Class
org.apache.uima.internal.util.XmlAttribute
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of XmlAttribute in org.apache.uima.cas.impl
Modifier and TypeFieldDescriptionfinal List
<XmlAttribute> XmiSerializationSharedData.OotsElementData.attributes
List of XmlAttribute objects each holding name and value of an attribute. -
Uses of XmlAttribute in org.apache.uima.internal.util
Modifier and TypeFieldDescriptionfinal List
<XmlAttribute> XmlElementNameAndContents.attributes
List of XmlAttribute objects each holding name and value of an attribute.ModifierConstructorDescriptionXmlElementNameAndContents
(XmlElementName name, String contents, List<XmlAttribute> attributes)