public class XNodeCreator extends Object
Constructor and Description |
---|
XNodeCreator() |
Modifier and Type | Method and Description |
---|---|
static com.hp.gagawa.java.Node |
getHtmlNode(File html) |
static com.hp.gagawa.java.Node |
getHtmlNode(String filePath) |
static com.hp.gagawa.java.elements.Script |
getJScriptInlineNode(String text) |
static com.hp.gagawa.java.elements.Script |
getJScriptNode(File file,
String includeURL,
boolean inline) |
static com.hp.gagawa.java.elements.Script |
getJScriptNode(String path) |
static com.hp.gagawa.java.elements.Script |
getJScriptNode(String script,
boolean inline) |
static com.hp.gagawa.java.elements.Script |
getJScriptNode(String filePath,
String includeURL,
boolean inline) |
static com.hp.gagawa.java.elements.Style |
getStyleInlineNode(String text) |
static com.hp.gagawa.java.Node |
getStyleNode(File file,
String includeURL,
boolean inline) |
static com.hp.gagawa.java.elements.Link |
getStyleNode(String path) |
static com.hp.gagawa.java.Node |
getStyleNode(String css,
boolean inline) |
static com.hp.gagawa.java.Node |
getStyleNode(String filePath,
String includeURL,
boolean inline) |
public static com.hp.gagawa.java.elements.Style getStyleInlineNode(String text)
public static com.hp.gagawa.java.elements.Script getJScriptInlineNode(String text)
public static com.hp.gagawa.java.elements.Script getJScriptNode(String path)
public static com.hp.gagawa.java.elements.Link getStyleNode(String path)
public static com.hp.gagawa.java.elements.Script getJScriptNode(String script, boolean inline)
public static com.hp.gagawa.java.elements.Script getJScriptNode(File file, String includeURL, boolean inline) throws IOException
IOException
public static com.hp.gagawa.java.elements.Script getJScriptNode(String filePath, String includeURL, boolean inline) throws IOException
IOException
public static com.hp.gagawa.java.Node getStyleNode(String css, boolean inline)
public static com.hp.gagawa.java.Node getStyleNode(File file, String includeURL, boolean inline) throws IOException
IOException
public static com.hp.gagawa.java.Node getStyleNode(String filePath, String includeURL, boolean inline) throws IOException
IOException
public static com.hp.gagawa.java.Node getHtmlNode(File html) throws IOException
IOException
public static com.hp.gagawa.java.Node getHtmlNode(String filePath) throws IOException
IOException
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.