org.gudy.azureus2.pluginsimpl.local.utils.xml.simpleparser
Class SimpleXMLParserDocumentAttributeImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.utils.xml.simpleparser.SimpleXMLParserDocumentAttributeImpl
All Implemented Interfaces:
SimpleXMLParserDocumentAttribute

public class SimpleXMLParserDocumentAttributeImpl
extends Object
implements SimpleXMLParserDocumentAttribute


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

Field Detail

name

protected String name

value

protected String value
Constructor Detail

SimpleXMLParserDocumentAttributeImpl

protected SimpleXMLParserDocumentAttributeImpl(String _name,
                                               String _value)
Method Detail

getName

public String getName()
Specified by:
getName in interface SimpleXMLParserDocumentAttribute

getValue

public String getValue()
Specified by:
getValue in interface SimpleXMLParserDocumentAttribute