tecgraf.javautils.xml
Class XMLAttribute

java.lang.Object
  extended by tecgraf.javautils.xml.XMLAttribute

public class XMLAttribute
extends Object

Atributos (nome + valor). Esta estrutura é usada pelas listas de atributos dos elementos XML.


Constructor Summary
XMLAttribute(String name, String value)
          Construtor.
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLAttribute

public XMLAttribute(String name,
                    String value)
Construtor.

Parameters:
name - nome
value - valor
Method Detail

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.