org.apache.tapestry5.dom
Class CData

java.lang.Object
  extended by org.apache.tapestry5.dom.Node
      extended by org.apache.tapestry5.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(Element container, String content)
           
 
Method Summary
 
Methods inherited from class org.apache.tapestry5.dom.Node
getContainer, getDocument, getNamespaceURIToPrefix, moveAfter, moveBefore, moveToBottom, moveToTop, remove, toMarkup, toString, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CData

public CData(Element container,
             String content)


Copyright © 2003-2012 The Apache Software Foundation.