net.ontopia.topicmaps.nav2.utils
Class NoEscapeStringifier

java.lang.Object
  extended by net.ontopia.topicmaps.nav2.utils.NoEscapeStringifier
All Implemented Interfaces:
StringifierIF

public class NoEscapeStringifier
extends java.lang.Object
implements StringifierIF

INTERNAL: Stringifier that stringifies occurrences to their internal string value and all other objects using obj.toString(). Contents are output without being HTML-escaped.

Since:
2.0

Constructor Summary
NoEscapeStringifier()
           
 
Method Summary
 java.lang.String toString(java.lang.Object object)
          Returns a stringified version of the object, i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoEscapeStringifier

public NoEscapeStringifier()
Method Detail

toString

public java.lang.String toString(java.lang.Object object)
Description copied from interface: StringifierIF
Returns a stringified version of the object, i.e. a string representation of that object.

Specified by:
toString in interface StringifierIF
Parameters:
object - the object that is to be made a string representation of.
Returns:
a string representation of the object argument.


Copyright © 2000-2012 Ontopia.