com.jxml.quick.ocm
Class OCMattribute
java.lang.Object
|
+--com.jxml.quick.ocm.OCMattribute
- All Implemented Interfaces:
- QName
- public class OCMattribute
- extends Object
- implements QName
Generic attribute model.
name
public String name
text
public String text
OCMattribute
public OCMattribute(String name,
String text)
OCMattribute
public OCMattribute(String text)
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
equals
public boolean equals(Object x)
- Overrides:
equals
in class Object