java.lang.Object
org.xbib.content.xml.json.JsonStylesheet
Transform JSON with stylesheets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext(XmlNamespaceContext context) setStylesheets(String... stylesheets) setTransformer(StylesheetTransformer transformer) toXML(InputStream in, OutputStream out) toXML(InputStream in, Writer out) toXML(InputStream in, XMLEventConsumer out) transform(InputStream in, OutputStream out) transform(InputStream in, Writer out)
-
Constructor Details
-
JsonStylesheet
public JsonStylesheet()
-
-
Method Details
-
root
-
context
-
setTransformer
-
setStylesheets
-
transform
- Throws:
IOException
-
transform
- Throws:
IOException
-
toXML
- Throws:
IOException
-
toXML
- Throws:
IOException
-
toXML
- Throws:
IOException
-