com.sun.xml.wss.impl.c14n
Class AttributeNS

java.lang.Object
  extended by com.sun.xml.wss.impl.c14n.AttributeNS
All Implemented Interfaces:
Cloneable, Comparable

public class AttributeNS
extends Object
implements Cloneable, Comparable

Author:
K.Venugopal@sun.com

Constructor Summary
AttributeNS()
          Creates a new instance of AttributeNS
 
Method Summary
 Object clone()
           
 int compareTo(Object cmp)
           
 boolean equals(Object obj)
           
 String getPrefix()
           
 String getUri()
           
 byte[] getUTF8Data(ByteArrayOutputStream tmpBuffer)
           
 int hashCode()
           
 boolean isWritten()
           
 void reset()
           
 void setPrefix(String prefix)
           
 void setUri(String uri)
           
 void setWritten(boolean written)
           
protected  int sortNamespaces(Object object, Object object0)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeNS

public AttributeNS()
Creates a new instance of AttributeNS

Method Detail

getUri

public String getUri()

setUri

public void setUri(String uri)

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

isWritten

public boolean isWritten()

setWritten

public void setWritten(boolean written)

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getUTF8Data

public byte[] getUTF8Data(ByteArrayOutputStream tmpBuffer)

compareTo

public int compareTo(Object cmp)
Specified by:
compareTo in interface Comparable

sortNamespaces

protected int sortNamespaces(Object object,
                             Object object0)

reset

public void reset()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.