Uses of Class
org.apache.uima.internal.util.XmlAttribute
Packages that use XmlAttribute
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of XmlAttribute in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type XmlAttributeModifier 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
Fields in org.apache.uima.internal.util with type parameters of type XmlAttributeModifier and TypeFieldDescriptionfinal List
<XmlAttribute> XmlElementNameAndContents.attributes
List of XmlAttribute objects each holding name and value of an attribute.Constructor parameters in org.apache.uima.internal.util with type arguments of type XmlAttributeModifierConstructorDescriptionXmlElementNameAndContents
(XmlElementName name, String contents, List<XmlAttribute> attributes)