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 |
XmlElementName(java.lang.String nsUri,
java.lang.String localName,
java.lang.String qName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nsUri
public java.lang.String nsUri
localName
public java.lang.String localName
qName
public java.lang.String qName
XmlElementName
public XmlElementName(java.lang.String nsUri,
java.lang.String localName,
java.lang.String qName)
Copyright © 2013. All Rights Reserved.