Package org.apache.uima.internal.util
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).
-
-
Constructor Summary
Constructors Constructor Description XmlElementName(String nsUri, String localName, String qName)
-