Java javax.xml.soap Name fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.soap Name fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.soap Name.

The text is from its open source code.

Method

StringgetLocalName()
Gets the local name part of the XML name that this Name object represents.
StringgetPrefix()
Returns the prefix that was specified when this Name object was initialized.
StringgetQualifiedName()
Gets the namespace-qualified name of the XML name that this Name object represents.
StringgetURI()
Returns the URI of the namespace for the XML name that this Name object represents.