JFCML - JFC/Swing
XML Markup Language

com.metasolutions.jfcml.helpers
Class Attribute

java.lang.Object
  extended by 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.
 
Constructor Summary
Attribute(String name, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qName

public String qName
The qualified name of this xml attribute.


value

public String value
The value of this xml attribute.

Constructor Detail

Attribute

public Attribute(String name,
                 String value)
Parameters:
name - The qualified name of this xml attribute.
value - The value of this xml attribute.

SourceForge.net
java.net

Copyright 2004-2005 Shawn Curry, http://jfcml.sourceforge.net
Licensed under the Academic Free License version 2.1