Class pmr.sgml.SGMLAttribute
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.sgml.SGMLAttribute

java.lang.Object
   |
   +----pmr.sgml.SGMLAttribute

public class SGMLAttribute
extends Object
A name-value pair; contained by Node ; maps directly onto the attributes in an SGML DTD ATTLIST

Constructor Index

 o SGMLAttribute()
 o SGMLAttribute(String, String)

Method Index

 o debug()
 o getAttname()
 o getAttval()
 o setAttval(String)
replace old attribute value with new one - use carefully?
 o toString()

Constructors

 o SGMLAttribute
  public SGMLAttribute()
 o SGMLAttribute
  public SGMLAttribute(String n,
                       String v)

Methods

 o getAttname
  public String getAttname()
 o getAttval
  public String getAttval()
 o setAttval
  public void setAttval(String value)
replace old attribute value with new one - use carefully?
 o debug
  public void debug()
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index