public class DOMUtils extends Object
Modifier and Type | Field and Description |
---|---|
protected static HashMap<URL,Templates> |
cache |
Constructor and Description |
---|
DOMUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
clearCache() |
static Document |
newDocument() |
static Renderer.BytesOut |
renderNodeToBytesOut(Times t,
Document d,
Bindings rc,
com.hp.hpl.jena.shared.PrefixMapping pm,
String transformFilePath) |
static String |
renderNodeToString(Times times,
Node d,
com.hp.hpl.jena.shared.PrefixMapping pm) |
static Transformer |
setPropertiesAndParams(Times times,
Bindings rc,
com.hp.hpl.jena.shared.PrefixMapping pm,
String transformFilePath) |
public static Document newDocument()
public static String renderNodeToString(Times times, Node d, com.hp.hpl.jena.shared.PrefixMapping pm)
public static Renderer.BytesOut renderNodeToBytesOut(Times t, Document d, Bindings rc, com.hp.hpl.jena.shared.PrefixMapping pm, String transformFilePath)
public static Transformer setPropertiesAndParams(Times times, Bindings rc, com.hp.hpl.jena.shared.PrefixMapping pm, String transformFilePath)
public static void clearCache()
Copyright © 2014. All Rights Reserved.