- java.lang.Object
-
- org.xbib.content.xml.json.JsonStylesheet
-
public class JsonStylesheet extends java.lang.ObjectTransform JSON with stylesheets.
-
-
Constructor Summary
Constructors Constructor Description JsonStylesheet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonStylesheetcontext(XmlNamespaceContext context)JsonStylesheetroot(javax.xml.namespace.QName root)JsonStylesheetsetStylesheets(java.lang.String... stylesheets)JsonStylesheetsetTransformer(StylesheetTransformer transformer)JsonStylesheettoXML(java.io.InputStream in, java.io.OutputStream out)JsonStylesheettoXML(java.io.InputStream in, java.io.Writer out)JsonStylesheettoXML(java.io.InputStream in, javax.xml.stream.util.XMLEventConsumer out)JsonStylesheettransform(java.io.InputStream in, java.io.OutputStream out)JsonStylesheettransform(java.io.InputStream in, java.io.Writer out)
-
-
-
Method Detail
-
root
public JsonStylesheet root(javax.xml.namespace.QName root)
-
context
public JsonStylesheet context(XmlNamespaceContext context)
-
setTransformer
public JsonStylesheet setTransformer(StylesheetTransformer transformer)
-
setStylesheets
public JsonStylesheet setStylesheets(java.lang.String... stylesheets)
-
transform
public JsonStylesheet transform(java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
transform
public JsonStylesheet transform(java.io.InputStream in, java.io.Writer out) throws java.io.IOException
- Throws:
java.io.IOException
-
toXML
public JsonStylesheet toXML(java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
toXML
public JsonStylesheet toXML(java.io.InputStream in, java.io.Writer out) throws java.io.IOException
- Throws:
java.io.IOException
-
toXML
public JsonStylesheet toXML(java.io.InputStream in, javax.xml.stream.util.XMLEventConsumer out) throws java.io.IOException
- Throws:
java.io.IOException
-
-