org.apache.tapestry5.dom
Class CData
java.lang.Object
org.apache.tapestry5.dom.Node
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.
Methods inherited from class org.apache.tapestry5.dom.Node |
getContainer, getDocument, getNamespaceURIToPrefix, moveAfter, moveBefore, moveToBottom, moveToTop, remove, toMarkup, toString, wrap |
CData
public CData(Element container,
String content)
Copyright © 2003-2012 The Apache Software Foundation.