org.apache.cocoon.forms.util
Class StringMessage

java.lang.Object
  extended by org.apache.cocoon.forms.util.StringMessage
All Implemented Interfaces:
XMLizable

public class StringMessage
extends Object
implements XMLizable

A string in an XMLizable form. Will produce exactly one characters call, no start/endDocument calls.

Version:
$Id: StringMessage.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Constructor Summary
StringMessage(String message)
           
 
Method Summary
 boolean equals(Object obj)
           
 void toSAX(ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringMessage

public StringMessage(String message)
Method Detail

toSAX

public void toSAX(ContentHandler contentHandler)
           throws SAXException
Specified by:
toSAX in interface XMLizable
Throws:
SAXException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.