|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamXMLSource | |
com.ptc.core.query.report.bom.server | |
wt.query.template | Provides generic support for saved report queries using ReportTemplate and various
methods in ReportTemplateHelper for executing and generating reports. |
wt.util.xml.xslt |
Uses of StreamXMLSource in com.ptc.core.query.report.bom.server |
Classes in com.ptc.core.query.report.bom.server that implement StreamXMLSource | |
class |
SerialXSLTransformer
Simple bean/utility to ease application of XSLT stylesheets to an XMLSource in series. |
Uses of StreamXMLSource in wt.query.template |
Methods in wt.query.template that return StreamXMLSource | |
static StreamXMLSource |
ReportTemplateHelper.getXSLFormatStream(String a_resourceName,
Locale a_locale)
Return an StreamXMLSource for the specified XSL format. |
static StreamXMLSource |
ReportTemplateHelper.getXSLFormatStream(String a_resourceName,
Locale a_locale)
Return an StreamXMLSource for the specified XSL format. |
Uses of StreamXMLSource in wt.util.xml.xslt |
Subinterfaces of StreamXMLSource in wt.util.xml.xslt | |
interface |
XSLTransform
Provides access to the results of applying an XSL Transform (aka Stylesheet) to an XMLSource. |
Classes in wt.util.xml.xslt that implement StreamXMLSource | |
(package private) class |
AbstractXSLTransform
|
(package private) class |
JAXPXSLTransform
|
(package private) class |
StreamXMLSourceImpl
Minimalistic implementation of StreamXMLSource |
Methods in wt.util.xml.xslt that return StreamXMLSource | |
StreamXMLSource |
XMLSourceFactory.newStreamSource(InputStream inputStream)
Create a new StreamXMLSource for the provided InputStream. |
StreamXMLSource |
XMLSourceFactory.newStreamSource(InputStream inputStream,
String baseURI)
Create a new StreamXMLSource for the provided InputStream and base URI. |
StreamXMLSource |
XMLSourceFactory.newStreamSource(InputStream inputStream)
Create a new StreamXMLSource for the provided InputStream. |
StreamXMLSource |
XMLSourceFactory.newStreamSource(InputStream inputStream,
String baseURI)
Create a new StreamXMLSource for the provided InputStream and base URI. |
StreamXMLSource |
XMLSourceFactory.newStreamSource(InputStream inputStream)
Create a new StreamXMLSource for the provided InputStream. |
StreamXMLSource |
XMLSourceFactory.newStreamSource(InputStream inputStream,
String baseURI)
Create a new StreamXMLSource for the provided InputStream and base URI. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |