Uses of Class
org.apache.uima.internal.util.XmlAttribute
-
Packages that use XmlAttribute Package Description org.apache.uima.internal.util -
-
Uses of XmlAttribute in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util with type parameters of type XmlAttribute Modifier and Type Field Description java.util.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 XmlAttribute Constructor Description XmlElementNameAndContents(XmlElementName name, java.lang.String contents, java.util.List<XmlAttribute> attributes)
-