Package org.apache.uima.internal.util
Class XmlElementName
- java.lang.Object
-
- org.apache.uima.internal.util.XmlElementName
-
public class XmlElementName extends java.lang.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).
-
-
Constructor Summary
Constructors Constructor Description XmlElementName(java.lang.String nsUri, java.lang.String localName, java.lang.String qName)
-