Class NameIdentifierImpl

    • Field Detail

      • nameQualifier

        private String nameQualifier
        Contents of the NameQualifierAttribute.
      • format

        private String format
        Contents of the Format.
    • Constructor Detail

      • NameIdentifierImpl

        protected NameIdentifierImpl​(String namespaceURI,
                                     String elementLocalName,
                                     String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getNameQualifier

        public String getNameQualifier()
        Gets the name qualifier for this identifier.
        Specified by:
        getNameQualifier in interface NameIdentifier
        Returns:
        name qualifier for this identifier
      • getFormat

        public String getFormat()
        Gets the format of this identifier.
        Specified by:
        getFormat in interface NameIdentifier
        Returns:
        format of this identifier
      • setNameQualifier

        public void setNameQualifier​(String qualifier)
        Sets the name qualifier for this identifier.
        Specified by:
        setNameQualifier in interface NameIdentifier
        Parameters:
        qualifier - name qualifier for this identifier
      • setFormat

        public void setFormat​(String fmt)
        Sets the format of this identifier.
        Specified by:
        setFormat in interface NameIdentifier
        Parameters:
        fmt - format of this identifier