com.metasolutions.jfcml.helpers
Class Attribute
java.lang.Object
com.metasolutions.jfcml.helpers.Attribute
- All Implemented Interfaces:
- Serializable
public class Attribute
- extends Object
- implements Serializable
A data structure representing an XML attribute.
- Version:
- 0.9 May 28, 2005
- Author:
- Shawn Curry
- See Also:
- Serialized Form
Field Summary |
String |
qName
The qualified name of this xml attribute. |
String |
value
The value of this xml attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
qName
public String qName
- The qualified name of this xml attribute.
value
public String value
- The value of this xml attribute.
Attribute
public Attribute(String name,
String value)
- Parameters:
name
- The qualified name of this xml attribute.value
- The value of this xml attribute.
Copyright 2004-2005 Shawn Curry, http://jfcml.sourceforge.net
Licensed under the Academic Free License version 2.1