org.apache.jasper.compiler
public static class Node.Root extends Node
| Method Summary | |
|---|---|
| void | accept(Node.Visitor v) |
| String | getJspConfigPageEncoding() |
| String | getPageEncoding() |
| Node.Root | getParentRoot() |
| boolean | isDefaultPageEncoding() |
| boolean | isEncodingSpecifiedInProlog() |
| boolean | isXmlSyntax() |
| void | setIsDefaultPageEncoding(boolean isDefault) |
| void | setIsEncodingSpecifiedInProlog(boolean isSpecified) |
| void | setJspConfigPageEncoding(String enc) |
| void | setPageEncoding(String enc) |
Returns: The enclosing root to this Root. Usually represents the page that includes this one.