com.jxml.quick
Class QDOMAtt

java.lang.Object
  |
  +--com.jxml.quick.QDOMAtt
All Implemented Interfaces:
QName

public class QDOMAtt
extends Object
implements QName


Field Summary
 String name
           
 String text
           
 
Constructor Summary
QDOMAtt(String text)
           
 
Method Summary
 String getQName()
          Returns the tag name.
 void setQName(String name)
          Sets the tag name.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

text

public String text
Constructor Detail

QDOMAtt

public QDOMAtt(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getQName

public String getQName()
Description copied from interface: QName
Returns the tag name.
Specified by:
getQName in interface QName

setQName

public void setQName(String name)
Description copied from interface: QName
Sets the tag name.
Specified by:
setQName in interface QName