Class XmlElementNameAndContents

java.lang.Object
org.apache.uima.internal.util.XmlElementNameAndContents

public class XmlElementNameAndContents extends 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.
  • Field Details

    • name

      public final XmlElementName name
    • attributes

      public final List<XmlAttribute> attributes
      List of XmlAttribute objects each holding name and value of an attribute.
    • contents

      public final String contents
  • Constructor Details