public class XMLAttribute extends Object
Constructor and Description |
---|
XMLAttribute(String name,
String value) |
XMLAttribute(String name,
String value,
XMLAttribute next) |
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.