org.apache.cocoon.forms.util
Class StringMessage

java.lang.Object
  extended byorg.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 1304280 2012-03-23 11:18:01Z 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)


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