org.apache.uima.internal.util
Class XmlElementNameAndContents
java.lang.Object
org.apache.uima.internal.util.XmlElementNameAndContents
public class XmlElementNameAndContents
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public XmlElementName name
attributes
public java.util.List<XmlAttribute> attributes
- List of XmlAttribute objects each holding name and value of an attribute.
contents
public java.lang.String contents
XmlElementNameAndContents
public XmlElementNameAndContents(XmlElementName name,
java.lang.String contents)
XmlElementNameAndContents
public XmlElementNameAndContents(XmlElementName name,
java.lang.String contents,
java.util.List<XmlAttribute> attributes)
Copyright © 2012. All Rights Reserved.