Interface Schema

    • Method Detail

      • getLocalName

        String getLocalName()
        Returns the local name of this attribute/element.
        Returns:
        the local name of this attribute/element.
      • getNamespace

        org.jboss.staxmapper.Namespace getNamespace()
        Returns the namespace of this attribute/element.
        Returns:
        the namespace of this attribute/element.
      • getQualifiedName

        default QName getQualifiedName()
        Returns the qualified name of this attribute/element.
        Returns:
        the qualified name of this attribute/element.
      • resolve

        default QName resolve​(String localName)
        Description copied from interface: QNameResolver
        Resolves the specified local name to a qualified name.
        Specified by:
        resolve in interface QNameResolver
        Parameters:
        localName - an attribute/element local name
        Returns:
        a qualified name