Home » tapestry-src-5.0.19 » org.apache.tapestry5.dom » [javadoc | source]
org.apache.tapestry5.dom
public final class: Raw [javadoc | source]
java.lang.Object
   org.apache.tapestry5.dom.Node
      org.apache.tapestry5.dom.Raw
A specialized node in the document tree that contains raw markup to be printed to the client exactly as-is.
Constructor:
 Raw(Node container,
    String text) 
Method from org.apache.tapestry5.dom.Raw Summary:
toMarkup
Methods from org.apache.tapestry5.dom.Node:
addChild,   asElement,   clearChildren,   getChildMarkup,   getChildren,   getContainer,   getDocument,   getNamespaceURIToPrefix,   hasChildren,   indexOfNode,   insertChildAt,   moveAfter,   moveBefore,   moveToBottom,   moveToTop,   remove,   remove,   toMarkup,   toMarkup,   toString,   wrap,   writeChildMarkup
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.dom.Raw Detail:
  void toMarkup(Document document,
    PrintWriter writer,
    Map<String, String> namespaceURIToPrefix) 
    Prints the text exactly as is, no translations, filtering, etc.