Package de.xima.fc.form.renderer
Class XNodeCreator
- java.lang.Object
-
- de.xima.fc.form.renderer.XNodeCreator
-
public class XNodeCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description XNodeCreator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.hp.gagawa.java.NodegetHtmlNode(File html)static com.hp.gagawa.java.NodegetHtmlNode(String filePath)static com.hp.gagawa.java.elements.ScriptgetJScriptInlineNode(String text)static com.hp.gagawa.java.elements.ScriptgetJScriptNode(File file, String includeURL, boolean inline)static com.hp.gagawa.java.elements.ScriptgetJScriptNode(String path)static com.hp.gagawa.java.elements.ScriptgetJScriptNode(String script, boolean inline)static com.hp.gagawa.java.elements.ScriptgetJScriptNode(String filePath, String includeURL, boolean inline)static com.hp.gagawa.java.elements.StylegetStyleInlineNode(String text)static com.hp.gagawa.java.NodegetStyleNode(File file, String includeURL, boolean inline)static com.hp.gagawa.java.elements.LinkgetStyleNode(String path)static com.hp.gagawa.java.NodegetStyleNode(String css, boolean inline)static com.hp.gagawa.java.NodegetStyleNode(String filePath, String includeURL, boolean inline)
-
-
-
Method Detail
-
getStyleInlineNode
public static com.hp.gagawa.java.elements.Style getStyleInlineNode(String text)
-
getJScriptInlineNode
public static com.hp.gagawa.java.elements.Script getJScriptInlineNode(String text)
-
getJScriptNode
public static com.hp.gagawa.java.elements.Script getJScriptNode(String path)
-
getStyleNode
public static com.hp.gagawa.java.elements.Link getStyleNode(String path)
-
getJScriptNode
public static com.hp.gagawa.java.elements.Script getJScriptNode(String script, boolean inline)
-
getJScriptNode
public static com.hp.gagawa.java.elements.Script getJScriptNode(File file, String includeURL, boolean inline) throws IOException
- Throws:
IOException
-
getJScriptNode
public static com.hp.gagawa.java.elements.Script getJScriptNode(String filePath, String includeURL, boolean inline) throws IOException
- Throws:
IOException
-
getStyleNode
public static com.hp.gagawa.java.Node getStyleNode(String css, boolean inline)
-
getStyleNode
public static com.hp.gagawa.java.Node getStyleNode(File file, String includeURL, boolean inline) throws IOException
- Throws:
IOException
-
getStyleNode
public static com.hp.gagawa.java.Node getStyleNode(String filePath, String includeURL, boolean inline) throws IOException
- Throws:
IOException
-
getHtmlNode
public static com.hp.gagawa.java.Node getHtmlNode(File html) throws IOException
- Throws:
IOException
-
getHtmlNode
public static com.hp.gagawa.java.Node getHtmlNode(String filePath) throws IOException
- Throws:
IOException
-
-