public class XMLAttribute extends Object
| Constructor and Description |
|---|
XMLAttribute(String name,
String value) |
XMLAttribute(String name,
String value,
XMLAttribute next) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
XMLAttribute |
getNext() |
String |
getValue() |
void |
setNext(XMLAttribute next) |
String |
toString() |
public XMLAttribute(String name, String value, XMLAttribute next)
public String getName()
public String getValue()
public XMLAttribute getNext()
public void setNext(XMLAttribute next)
Copyright © 2005–2016 Sun Microsystems. All rights reserved.