| java.lang.Object | |
| ↳ | com.google.gdata.util.common.xml.XmlNamespace |
Known Direct Subclasses
|
Represents an XML namespace, including the associated namespace URI and an optional alias prefix to use in XML output.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| alias | |||||||||||
| uri | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new namespace with the specified namespace URI and no defined
prefix alias.
| |||||||||||
Constructs a new namespace with the specified prefix alias and namespace
URI.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the target object is a Namespace instance that has a
matching namespace URI and prefix (if specified).
| |||||||||||
Returns the prefix alias for the namespace or
null if undefined. | |||||||||||
Returns the fully qualified URI for the namespace.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a new namespace with the specified namespace URI and no defined prefix alias.
| uri |
|---|
Constructs a new namespace with the specified prefix alias and namespace URI.
| alias | |
|---|---|
| uri |
Returns true if the target object is a Namespace instance that has a matching namespace URI and prefix (if specified).
| obj |
|---|
Returns the prefix alias for the namespace or null if undefined.
Returns the fully qualified URI for the namespace.