Class 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 Detail

      • XmlElementName

        public XmlElementName​(String nsUri,
                              String localName,
                              String qName)