Class XmlElementName

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

public class XmlElementName extends Object
Data structure used to encapsulate the different pieces of information that make up the name of an XML element - namely, the Namespace URI, the local name, and the qname (qualified name).
  • Field Details

    • nsUri

      public String nsUri
    • localName

      public String localName
    • qName

      public String qName
  • Constructor Details