|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.dom.Node
org.apache.tapestry5.dom.CData
public class CData
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,
java.lang.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 |
---|
public CData(Element container, java.lang.String content)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |