Package com.sun.xml.wss.impl.c14n
Class AttributeNS
- java.lang.Object
-
- 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
Constructors Constructor Description AttributeNS()Creates a new instance of AttributeNS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()intcompareTo(Object cmp)booleanequals(Object obj)StringgetPrefix()StringgetUri()byte[]getUTF8Data(ByteArrayOutputStream tmpBuffer)inthashCode()booleanisWritten()voidreset()voidsetPrefix(String prefix)voidsetUri(String uri)voidsetWritten(boolean written)protected intsortNamespaces(Object object, Object object0)
-
-
-
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:
clonein classObject- Throws:
CloneNotSupportedException
-
getUTF8Data
public byte[] getUTF8Data(ByteArrayOutputStream tmpBuffer)
-
compareTo
public int compareTo(Object cmp)
- Specified by:
compareToin interfaceComparable
-
reset
public void reset()
-
-