javax.xml.soap

Interface Name

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Ciąg znaków getLocalName()
      Gets the local name part of the XML name that this Name object represents.
      Ciąg znaków getPrefix()
      Returns the prefix that was specified when this Name object was initialized.
      Ciąg znaków getQualifiedName()
      Gets the namespace-qualified name of the XML name that this Name object represents.
      Ciąg znaków getURI()
      Returns the URI of the namespace for the XML name that this Name object represents.
    • Method Detail

      • getLocalName

        String getLocalName()
        Gets the local name part of the XML name that this Name object represents.
        Returns:
        a string giving the local name
      • getQualifiedName

        String getQualifiedName()
        Gets the namespace-qualified name of the XML name that this Name object represents.
        Returns:
        the namespace-qualified name as a string
      • getPrefix

        String getPrefix()
        Returns the prefix that was specified when this Name object was initialized. This prefix is associated with the namespace for the XML name that this Name object represents.
        Returns:
        the prefix as a string
      • getURI

        String getURI()
        Returns the URI of the namespace for the XML name that this Name object represents.
        Returns:
        the URI as a string

Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.