Class XNodeCreator


  • public class XNodeCreator
    extends Object
    • Constructor Detail

      • XNodeCreator

        public XNodeCreator()
    • 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)