org.mortbay.xml
Class XmlParser.Attribute
java.lang.Object
org.mortbay.xml.XmlParser.Attribute
- Enclosing class:
- XmlParser
public static class XmlParser.Attribute
- extends Object
XML Attribute.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_name
private String _name
_value
private String _value
XmlParser.Attribute
XmlParser.Attribute(String n,
String v)
getName
public String getName()
getValue
public String getValue()