Class AbstractQName

    • Method Detail

      • getLocalName

        public final String getLocalName()
        Returns YANG schema identifier which were defined for this node in the YANG module.
        Returns:
        YANG schema identifier which were defined for this node in the YANG module
      • intern

        public abstract AbstractQName intern()
        Return an interned reference to an equivalent object.
        Returns:
        Interned reference, or this object if it was interned.
      • bindTo

        public QName bindTo​(QNameModule namespace)
        Returns a QName with the specified namespace and the same local name as this one.
        Parameters:
        namespace - New namespace to use
        Returns:
        a QName with specified QNameModule and same local name as this one
        Throws:
        NullPointerException - if namespace is null