tecgraf.javautils.xml
Class XMLAttribute
java.lang.Object
tecgraf.javautils.xml.XMLAttribute
public class XMLAttribute
- extends Object
Atributos (nome + valor). Esta estrutura é usada pelas listas de atributos
dos elementos XML.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLAttribute
public XMLAttribute(String name,
String value)
- Construtor.
- Parameters:
name - nomevalue - valor
getName
public String getName()
- Returns:
- o nome do atributo
getValue
public String getValue()
- Returns:
- o valor do atributo (como string)
Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.