org.apache.cocoon.xml
Class StringXMLizable

java.lang.Object
  extended by org.apache.cocoon.xml.StringXMLizable
All Implemented Interfaces:
XMLizable

public class StringXMLizable
extends Object
implements XMLizable

XMLizable a String

Since:
2.1.7
Author:
Bruno Dumon

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

Constructor Detail

StringXMLizable

public StringXMLizable(String data)
Method Detail

toSAX

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


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