|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXXMLSource | |
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 SAXXMLSource in com.ptc.core.query.report.bom.server |
Classes in com.ptc.core.query.report.bom.server that implement SAXXMLSource | |
(package private) class |
BOMReportSAXSource
SAXXMLSource which produces an XML (SAX) representation of a product structure and related report data. |
(package private) class |
ConsolidatedBOMSAXSource
SAXXMLSource which produces an XML (SAX) representation of a consolidated bill of material and related report data. |
class |
MultiBOMDiffSAXSource
MultiBOMDiffSAXSource produces a BOM report comparing two or more BOMs. |
class |
SerialXSLTransformer
Simple bean/utility to ease application of XSLT stylesheets to an XMLSource in series. |
Methods in com.ptc.core.query.report.bom.server with parameters of type SAXXMLSource | |
private static void |
BOMReportService.produceReport(SAXXMLSource reportSource,
String[] xsltURLStrings,
boolean doTransformOnClient,
WriterProxy writerProxy)
General engine for processing XML reports with XSLT or instructing client to do so. |
Uses of SAXXMLSource in wt.query.template |
Classes in wt.query.template that implement SAXXMLSource | |
class |
AuxDataSAXSource
Supported API: true Extendable: false |
class |
CompositeSAXSource
Supported API: true Extendable: false |
class |
MetaDataSAXSource
Supported API: true Extendable: false |
class |
ParameterDataSAXSource
Supported API: true Extendable: false |
class |
TableModelSAXSource
Supported API: true Extendable: false |
Methods in wt.query.template that return SAXXMLSource | |
static SAXXMLSource |
ReportTemplateHelper.convertToSAX(XMLSource a_qmlSource)
This method converts the QML XMLSource to a SAX Source. |
static SAXXMLSource |
ReportTemplateHelper.convertToSAX(XMLSource a_qmlSource)
This method converts the QML XMLSource to a SAX Source. |
Methods in wt.query.template with parameters of type SAXXMLSource | |
void |
CompositeSAXSource.addComponent(SAXXMLSource a_saxSource)
Supported API: false |
void |
CompositeSAXSource.addComponent(SAXXMLSource a_saxSource)
Supported API: false |
Uses of SAXXMLSource in wt.util.xml.xslt |
Subinterfaces of SAXXMLSource 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 SAXXMLSource | |
(package private) class |
AbstractXSLTransform
|
(package private) class |
JAXPXSLTransform
|
(package private) class |
SAX2SAXWrapper
This class wraps a SAX2 event source as a simpler SAX event source to allow SAX2 event sources to be used with legacy code expecting SAX event sources. |
Fields in wt.util.xml.xslt declared as SAXXMLSource | |
private SAXXMLSource |
SAXXMLSourceParser.source
|
private SAXXMLSource |
SAXSAX2Wrapper.source
|
private SAXXMLSource |
SAXXMLSourceParser.source
|
private SAXXMLSource |
SAXSAX2Wrapper.source
|
private SAXXMLSource |
SAXXMLSourceParser.source
|
private SAXXMLSource |
SAXSAX2Wrapper.source
|
Methods in wt.util.xml.xslt with parameters of type SAXXMLSource | |
static Parser |
XMLSourceFactory.getParserForSAXSource(SAXXMLSource source)
|
static Parser |
XMLSourceFactory.getParserForSAXSource(SAXXMLSource source)
|
static Parser |
XMLSourceFactory.getParserForSAXSource(SAXXMLSource source)
|
Constructors in wt.util.xml.xslt with parameters of type SAXXMLSource | |
SAXXMLSourceParser(SAXXMLSource source)
|
|
SAXSAX2Wrapper(SAXXMLSource source)
|
|
SAXXMLSourceParser(SAXXMLSource source)
|
|
SAXSAX2Wrapper(SAXXMLSource source)
|
|
SAXXMLSourceParser(SAXXMLSource source)
|
|
SAXSAX2Wrapper(SAXXMLSource source)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |