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

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

public class StAXAttr
extends Object
implements Comparable

Author:
root

Constructor Summary
StAXAttr()
          Creates a new instance of StAXAttr
 
Method Summary
 int compareTo(Object cmp)
           
 String getLocalName()
           
 String getPrefix()
           
 String getUri()
           
 String getValue()
           
 void setLocalName(String localName)
           
 void setPrefix(String prefix)
           
 void setUri(String uri)
           
 void setValue(String value)
           
protected  int sortAttributes(Object object, Object object0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StAXAttr

public StAXAttr()
Creates a new instance of StAXAttr

Method Detail

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

getLocalName

public String getLocalName()

setLocalName

public void setLocalName(String localName)

getValue

public String getValue()

setValue

public void setValue(String value)

getUri

public String getUri()

setUri

public void setUri(String uri)

compareTo

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

sortAttributes

protected int sortAttributes(Object object,
                             Object object0)


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