getCorrespondingSourceElement(Element element) Given an element which may be in a rendered DocumentFragment, return the corresponding JSF
element in the source.
XXX Get rid of this, it seems only RaveText uses it.
markJspxSource
public static void markJspxSource(Node node)(Code)
Recursively mark all text nodes in the given node subtree as
being jspx nodes
markRendered
public static void markRendered(Node src, Node dst)(Code)
markRenderedNodes
public static void markRenderedNodes(Node node)(Code)
Mark all nodes in a node tree as rendered HTML nodes, and point back to the
source nodes in the JSP DOM. For nodes that all point to the same source
node I want only the topmost nodes to point to the source.
setInputEncodingForDocument
public static void setInputEncodingForDocument(Document document, String inputEncoding)(Code)
setJspxNode
public static void setJspxNode(Node node, boolean jspx)(Code)
setRenderedElementForElement
public static void setRenderedElementForElement(Element element, Element renderedElement)(Code)
setSourceTextForText
public static void setSourceTextForText(Text text, Text sourceText)(Code)