com.google.gdata.util.common.xml
Class XmlWriter.Namespace

java.lang.Object
  extended by com.google.gdata.util.common.xml.XmlNamespace
      extended by com.google.gdata.util.common.xml.XmlWriter.Namespace
Enclosing class:
XmlWriter

Deprecated. Use the XmlNamespace class instead.

@Deprecated
public static final class XmlWriter.Namespace
extends XmlNamespace

The Namespace class represents an XML Namespace that can be used in output with an XML writer.


Constructor Summary
XmlWriter.Namespace(java.lang.String alias, java.lang.String uri)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.google.gdata.util.common.xml.XmlNamespace
equals, getAlias, getUri, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlWriter.Namespace

public XmlWriter.Namespace(java.lang.String alias,
                           java.lang.String uri)
Deprecated.