oracle.clex.process
Class HTMLString

java.lang.Object
  |
  +--oracle.clex.process.HTMLString
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class will be removed and java.lang.String will be used instead. This class is created to make the getXXX methods return a common object. In future additional methods may be added to validate the HTML contents of this object.

public class HTMLString
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HTMLString()
          Deprecated.  
HTMLString(java.lang.String aString)
          Deprecated.  
 
Method Summary
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLString

public HTMLString()
Deprecated. 

HTMLString

public HTMLString(java.lang.String aString)
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object


Copyright © 2003 ORACLE Corp. All Rights Reserved.