org.apache.tapestry.dom
Class CData

java.lang.Object
  extended by org.apache.tapestry.dom.Node
      extended by 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.


Constructor Summary
CData(Node container, Document document, String content)
           
 
Method Summary
 void toMarkup(PrintWriter writer)
          Writes the markup for this node to the writer.
 
Methods inherited from class org.apache.tapestry.dom.Node
getChildMarkup, getChildren, getContainer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CData

public CData(Node container,
             Document document,
             String content)
Method Detail

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.