org.mortbay.xml
Class XmlParser.Attribute

java.lang.Object
  extended by org.mortbay.xml.XmlParser.Attribute
Enclosing class:
XmlParser

public static class XmlParser.Attribute
extends Object

XML Attribute.


Field Summary
private  String _name
           
private  String _value
           
 
Constructor Summary
XmlParser.Attribute(String n, String v)
           
 
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

private String _name

_value

private String _value
Constructor Detail

XmlParser.Attribute

XmlParser.Attribute(String n,
                    String v)
Method Detail

getName

public String getName()

getValue

public String getValue()