org.w3c.tidy
Class MutableObject

java.lang.Object
  |
  +--org.w3c.tidy.MutableObject

public class MutableObject
extends Object

Mutable Object (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.0, 1999/05/22
Author:
Dave Raggett , Andy Quick (translation to Java)

Constructor Summary
MutableObject()
           
MutableObject(Object o)
           
 
Method Summary
 Object getObject()
           
 void setObject(Object o)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableObject

public MutableObject()

MutableObject

public MutableObject(Object o)
Method Detail

setObject

public void setObject(Object o)

getObject

public Object getObject()


Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.