Package org.apache.uima.internal.util
Class XmlElementNameAndContents
java.lang.Object
org.apache.uima.internal.util.XmlElementNameAndContents
Data structure used to encapsulate an XML element name (including Namespace URI, local name, and
the qname) as well as its attributes and character content.
-
Field Summary
Modifier and TypeFieldDescriptionfinal List
<XmlAttribute> List of XmlAttribute objects each holding name and value of an attribute.final String
final XmlElementName
-
Constructor Summary
ConstructorDescriptionXmlElementNameAndContents
(XmlElementName name, String contents) XmlElementNameAndContents
(XmlElementName name, String contents, List<XmlAttribute> attributes) -
Method Summary
-
Field Details
-
name
-
attributes
List of XmlAttribute objects each holding name and value of an attribute. -
contents
-
-
Constructor Details
-
XmlElementNameAndContents
-
XmlElementNameAndContents
public XmlElementNameAndContents(XmlElementName name, String contents, List<XmlAttribute> attributes)
-