org.apache.tapestry.dom
Class CData
java.lang.Object
org.apache.tapestry.dom.Node
org.apache.tapestry.dom.CData
public class CData
- extends Node
A node that stores parsed character content (CDATA). For XML documents (as per MarkupModel.isXML(), this
will be writtens as a CDATA section. For non-XML documents, the content is filtered as it is written out.
|
Method Summary |
void |
toMarkup(PrintWriter writer)
Writes the markup for this node to the writer. |
CData
public CData(Node container,
Document document,
String content)
toMarkup
public void toMarkup(PrintWriter writer)
- Description copied from class:
Node
- Writes the markup for this node to the writer.
- Specified by:
toMarkup in class Node
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.