com.sun.xml.wss.impl.c14n
Class StAXAttr
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StAXAttr
public StAXAttr()
- Creates a new instance of StAXAttr
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.