|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLSource | |
com.infoengine.xml | |
com.ptc.core.query.report.bom.server | |
com.ptc.core.query.report.client.queryBuilder | |
com.ptc.core.query.report.command.server | |
com.ptc.core.query.report.common.impl | |
wt.query.qml | |
wt.query.template | Provides generic support for saved report queries using ReportTemplate and various
methods in ReportTemplateHelper for executing and generating reports. |
wt.series | Defines various Series as used by the
wt.vc package for
Iterated and
Versioned . |
wt.util.xml.xslt |
Uses of XMLSource in com.infoengine.xml |
Methods in com.infoengine.xml with parameters of type XMLSource | |
XSLTransform |
XSL.getTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Enumeration params,
String styleBaseURI)
Constructs an XSLTransform object from the given arguments as well as any parameters passed by passParameters. |
Uses of XMLSource in com.ptc.core.query.report.bom.server |
Classes in com.ptc.core.query.report.bom.server that implement XMLSource | |
(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. |
Fields in com.ptc.core.query.report.bom.server declared as XMLSource | |
private XMLSource |
SerialXSLTransformer.xmlSource
|
Methods in com.ptc.core.query.report.bom.server with parameters of type XMLSource | |
void |
SerialXSLTransformer.setXMLSource(XMLSource xmlSource)
Set XML source |
private static SerialXSLTransformer |
BOMReportService.getSerialXSLTransformer(String[] xsltURLStrings,
XMLSource xmlSource)
Utility to get SerialXSLTransformer using the XSLT stylesheet cache, URL strings, and XMLSource. |
Uses of XMLSource in com.ptc.core.query.report.client.queryBuilder |
Classes in com.ptc.core.query.report.client.queryBuilder that implement XMLSource | |
(package private) class |
AbstractQueryItem.DOMXMLSourceWrapper
|
Uses of XMLSource in com.ptc.core.query.report.command.server |
Methods in com.ptc.core.query.report.command.server that return XMLSource | |
XMLSource |
PersistedReportCommandDelegate.getQmlSource(AbstractReportQueryCommand a_command)
Supported API: false |
XMLSource |
BasicReportCommandDelegate.getQmlSource(AbstractReportQueryCommand a_command)
Supported API: false |
abstract XMLSource |
AbstractReportCommandDelegate.getQmlSource(AbstractReportQueryCommand a_command)
Supported API: false |
Uses of XMLSource in com.ptc.core.query.report.common.impl |
Methods in com.ptc.core.query.report.common.impl with parameters of type XMLSource | |
static QuerySpecHolder |
ReportHelper.convertQuery(XMLSource a_qmlSource,
Hashtable a_inputParameters)
This method converts the QML to the exquivalent query components. |
static boolean |
ReportHelper.isLwc(XMLSource a_qmlSource)
Indicates if the QML is for an LWC based query. |
private static Element |
ReportHelper.getContextNode(XMLSource a_qmlSource)
|
Uses of XMLSource in wt.query.qml |
Classes in wt.query.qml that implement XMLSource | |
(package private) class |
DomProcessor.DOMXMLSourceWrapper
|
Uses of XMLSource in wt.query.template |
Classes in wt.query.template that implement XMLSource | |
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 XMLSource | |
private XMLSource |
QMLWTUserMigratorR5ToR6.validateXML(ReportTemplate reportTemplate)
|
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateXML(XMLSource, Hashtable, Locale) |
static XMLSource |
ReportTemplateHelper.generateXML(ReportTemplate a_reportTemplate,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateXML(ReportTemplate, Hashtable, Locale) |
static XMLSource |
ReportTemplateHelper.generateReport(ReportTemplate a_reportTemplate,
Hashtable params,
Locale locale)
This method generates a standard report in XML format. |
static XMLSource |
ReportTemplateHelper.generateReport(ReportTemplate a_reportTemplate,
Hashtable params,
Locale locale,
XMLSource resultSource)
This method generates a standard report in XML format. |
static XMLSource |
ReportTemplateHelper.generateXML(ReportTemplate a_reportTemplate,
Hashtable a_inputs,
Locale a_locale)
This method takes a Report Template as input and is used to execute the report query and return the results as an XMLSource. |
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
This method takes a Report Template and paramters as input and is used to execute the report query and return the results as an XMLSource. |
XMLSource |
ReportTemplate.getXMLSource()
Gets the value of the attribute: XMLSOURCE. |
private XMLSource |
QMLWTUserMigratorR5ToR6.validateXML(ReportTemplate reportTemplate)
|
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateXML(XMLSource, Hashtable, Locale) |
static XMLSource |
ReportTemplateHelper.generateXML(ReportTemplate a_reportTemplate,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateXML(ReportTemplate, Hashtable, Locale) |
static XMLSource |
ReportTemplateHelper.generateReport(ReportTemplate a_reportTemplate,
Hashtable params,
Locale locale)
This method generates a standard report in XML format. |
static XMLSource |
ReportTemplateHelper.generateReport(ReportTemplate a_reportTemplate,
Hashtable params,
Locale locale,
XMLSource resultSource)
This method generates a standard report in XML format. |
static XMLSource |
ReportTemplateHelper.generateXML(ReportTemplate a_reportTemplate,
Hashtable a_inputs,
Locale a_locale)
This method takes a Report Template as input and is used to execute the report query and return the results as an XMLSource. |
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
This method takes a Report Template and paramters as input and is used to execute the report query and return the results as an XMLSource. |
XMLSource |
ReportTemplate.getXMLSource()
Gets the value of the attribute: XMLSOURCE. |
Methods in wt.query.template with parameters of type XMLSource | |
private boolean |
QMLWTUserMigratorR5ToR6.transformQml(ReportTemplate reportTemplate,
XMLSource xmlSource)
|
static StatementSpec |
ReportTemplateHelper.buildStatement(XMLSource a_qmlSource)
Deprecated. as of R7.0, use buildStatement(XMLSource, Locale, Hashtable) |
static TableModel |
ReportTemplateHelper.generateTableModel(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateTableModel(XMLSource, Hashtable, Locale, WTContainerRef) |
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateXML(XMLSource, Hashtable, Locale) |
static ParameterTemplate[] |
ReportTemplateHelper.buildParameterTemplates(XMLSource a_qmlSource)
This method is used to build a Vector of ParameterTemplate objects from the specified XMLSource. |
static void |
ReportTemplateHelper.bindParameters(XMLSource a_qmlSource,
StatementSpec a_statementSpec,
Hashtable a_parameterMap)
This method is used to bind parameters from a name and value Hashtable to a StatementSpec instance. |
static SAXXMLSource |
ReportTemplateHelper.convertToSAX(XMLSource a_qmlSource)
This method converts the QML XMLSource to a SAX Source. |
static DOMXMLSource |
ReportTemplateHelper.convertToDOM(XMLSource a_qmlSource)
This method converts the QML XMLSource to a DOM Source. |
static QueryResult |
ReportTemplateHelper.generateResults(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateResults(XMLSource, Hashtable, Locale, WTContainerRef) |
static XSLTransform |
ReportTemplateHelper.getTransform(XSLSpec xslSpec,
XMLSource reportSource,
Properties xslProperties,
Locale locale)
This method derives an XSLTransform object from the specified parameters. |
static XMLSource |
ReportTemplateHelper.generateReport(ReportTemplate a_reportTemplate,
Hashtable params,
Locale locale,
XMLSource resultSource)
This method generates a standard report in XML format. |
static TableModel |
ReportTemplateHelper.generateTableModel(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale,
WTContainerRef a_containerRef)
This method is used to generate a TableModel from QML source and parameter input values. |
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
This method takes a Report Template and paramters as input and is used to execute the report query and return the results as an XMLSource. |
static QueryResult |
ReportTemplateHelper.generateResults(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale,
WTContainerRef a_containerRef)
This method is used to generate a QueryResult from the QML specification and locale. |
static StatementSpec |
ReportTemplateHelper.buildStatement(XMLSource a_qmlSource,
Locale a_locale,
Hashtable a_parameterMap)
This method is used to build the Statement given the QML XMLSource, locale and parameters. |
static StatementSpec |
ReportTemplateHelper.buildStatement(XMLSource a_qmlSource,
Locale a_locale)
Deprecated. as of R7.0, use buildStatement(XMLSource, Locale, Hashtable) |
static String |
ReportTemplateHelper.buildSQL(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
This method is used to build the SQL representation for the QML XMLSource. |
static QueryResult |
ReportTemplateHelper.generateResults(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
Deprecated. Use generateResults(XMLSource, Hashtable, Locale, WTContainerRef) |
static TableModel |
ReportTemplateHelper.generateTableModel(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
Deprecated. as of R7.0, use generateTableModel(XMLSource, Hashtable, Locale, WTContainerRef) |
private boolean |
QMLWTUserMigratorR5ToR6.transformQml(ReportTemplate reportTemplate,
XMLSource xmlSource)
|
static StatementSpec |
ReportTemplateHelper.buildStatement(XMLSource a_qmlSource)
Deprecated. as of R7.0, use buildStatement(XMLSource, Locale, Hashtable) |
static TableModel |
ReportTemplateHelper.generateTableModel(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateTableModel(XMLSource, Hashtable, Locale, WTContainerRef) |
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateXML(XMLSource, Hashtable, Locale) |
static ParameterTemplate[] |
ReportTemplateHelper.buildParameterTemplates(XMLSource a_qmlSource)
This method is used to build a Vector of ParameterTemplate objects from the specified XMLSource. |
static void |
ReportTemplateHelper.bindParameters(XMLSource a_qmlSource,
StatementSpec a_statementSpec,
Hashtable a_parameterMap)
This method is used to bind parameters from a name and value Hashtable to a StatementSpec instance. |
static SAXXMLSource |
ReportTemplateHelper.convertToSAX(XMLSource a_qmlSource)
This method converts the QML XMLSource to a SAX Source. |
static DOMXMLSource |
ReportTemplateHelper.convertToDOM(XMLSource a_qmlSource)
This method converts the QML XMLSource to a DOM Source. |
static QueryResult |
ReportTemplateHelper.generateResults(XMLSource a_qmlSource,
Hashtable a_inputs)
Deprecated. as of R7.0, use generateResults(XMLSource, Hashtable, Locale, WTContainerRef) |
static XSLTransform |
ReportTemplateHelper.getTransform(XSLSpec xslSpec,
XMLSource reportSource,
Properties xslProperties,
Locale locale)
This method derives an XSLTransform object from the specified parameters. |
static XMLSource |
ReportTemplateHelper.generateReport(ReportTemplate a_reportTemplate,
Hashtable params,
Locale locale,
XMLSource resultSource)
This method generates a standard report in XML format. |
static TableModel |
ReportTemplateHelper.generateTableModel(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale,
WTContainerRef a_containerRef)
This method is used to generate a TableModel from QML source and parameter input values. |
static XMLSource |
ReportTemplateHelper.generateXML(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
This method takes a Report Template and paramters as input and is used to execute the report query and return the results as an XMLSource. |
static QueryResult |
ReportTemplateHelper.generateResults(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale,
WTContainerRef a_containerRef)
This method is used to generate a QueryResult from the QML specification and locale. |
static StatementSpec |
ReportTemplateHelper.buildStatement(XMLSource a_qmlSource,
Locale a_locale,
Hashtable a_parameterMap)
This method is used to build the Statement given the QML XMLSource, locale and parameters. |
static StatementSpec |
ReportTemplateHelper.buildStatement(XMLSource a_qmlSource,
Locale a_locale)
Deprecated. as of R7.0, use buildStatement(XMLSource, Locale, Hashtable) |
static String |
ReportTemplateHelper.buildSQL(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
This method is used to build the SQL representation for the QML XMLSource. |
static QueryResult |
ReportTemplateHelper.generateResults(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
Deprecated. Use generateResults(XMLSource, Hashtable, Locale, WTContainerRef) |
static TableModel |
ReportTemplateHelper.generateTableModel(XMLSource a_qmlSource,
Hashtable a_inputs,
Locale a_locale)
Deprecated. as of R7.0, use generateTableModel(XMLSource, Hashtable, Locale, WTContainerRef) |
Uses of XMLSource in wt.series |
Classes in wt.series that implement XMLSource | |
(package private) class |
SeriesProcessor.DOMXMLSourceWrapper
|
Uses of XMLSource in wt.util.xml.xslt |
Subinterfaces of XMLSource in wt.util.xml.xslt | |
interface |
DOMXMLSource
Provide access to XML source data in DOM format. |
interface |
ReaderXMLSource
Provide access to XML source data in decoded character form that can be read using a java.io.Reader . |
interface |
SAX2XMLSource
Supported API: true Extendable: true |
interface |
SAXXMLSource
Deprecated. |
interface |
StreamXMLSource
Provide access to XML source data in byte (not character) form that can be read using an java.io.InputStream . |
interface |
URLXMLSource
Provide access to XML data at a particular URL. |
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 XMLSource | |
(package private) class |
AbstractXSLTransform
|
(package private) class |
DOMXMLSourceImpl
Minimalistic implementation of DOMXMLSource |
(package private) class |
JAXPXSLTransform
|
(package private) class |
ReaderXMLSourceImpl
Minimalistic implementation of ReaderXMLSource |
(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. |
(package private) class |
SAXSAX2Wrapper
This class wraps SAX event sources as SAX2 event sources. |
(package private) class |
StreamXMLSourceImpl
Minimalistic implementation of StreamXMLSource |
(package private) class |
URLXMLSourceImpl
Minimalistic implementation of URLXMLSource |
(package private) class |
XMLSourceImpl
Minimalistic implementation of XMLSource |
Fields in wt.util.xml.xslt declared as XMLSource | |
private XMLSource |
JAXPStylesheet.xslSource
|
private XMLSource |
AbstractXSLTransform.xmlSource
|
private XMLSource |
JAXPStylesheet.xslSource
|
private XMLSource |
AbstractXSLTransform.xmlSource
|
private XMLSource |
JAXPStylesheet.xslSource
|
private XMLSource |
AbstractXSLTransform.xmlSource
|
Methods in wt.util.xml.xslt that return XMLSource | |
XMLSource |
XSLTransform.getXMLSource()
The XMLSource used as input to the transform (Warning: modifying the XML source and modifying it [for example reading from an input stream] will likely result in errors in the transformation). |
(package private) static XMLSource |
XMLSourceFactory.convertSAXtoSAX2(XMLSource xmlSource)
|
XMLSource |
AbstractXSLTransform.getXMLSource()
|
XMLSource |
XSLTransform.getXMLSource()
The XMLSource used as input to the transform (Warning: modifying the XML source and modifying it [for example reading from an input stream] will likely result in errors in the transformation). |
(package private) static XMLSource |
XMLSourceFactory.convertSAXtoSAX2(XMLSource xmlSource)
|
XMLSource |
AbstractXSLTransform.getXMLSource()
|
XMLSource |
XSLTransform.getXMLSource()
The XMLSource used as input to the transform (Warning: modifying the XML source and modifying it [for example reading from an input stream] will likely result in errors in the transformation). |
(package private) static XMLSource |
XMLSourceFactory.convertSAXtoSAX2(XMLSource xmlSource)
|
XMLSource |
AbstractXSLTransform.getXMLSource()
|
Methods in wt.util.xml.xslt with parameters of type XMLSource | |
void |
XSLTUtilities.transform(XMLSource xmlSource,
URL[] urls,
OutputStream output,
Hashtable inputParameters)
Transforms the given XML document using one or more stylesheets. |
void |
XSLTransform.setXMLSource(XMLSource xmlSource)
Resets the XMLSource to that specified. |
abstract XSLTransform |
XMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters)
Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource. |
abstract XSLTransform |
XMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters,
String baseURI)
Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource. |
abstract Stylesheet |
XMLSourceFactory.newStylesheet(XMLSource xslSource)
Create a new Stylesheet instance for the XSL document identified by the XMLSource. |
(package private) static XMLSource |
XMLSourceFactory.convertSAXtoSAX2(XMLSource xmlSource)
|
XSLTransform |
JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters)
|
XSLTransform |
JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters,
String baseURI)
|
Stylesheet |
JAXPXMLSourceFactory.newStylesheet(XMLSource xslSource)
|
(package private) Source |
JAXPXMLSourceFactory.getJAXPSource(XMLSource xmlSource)
Utility to produce JAXP Source objects from XMLSource objects |
void |
AbstractXSLTransform.setXMLSource(XMLSource xmlSource)
|
void |
XSLTUtilities.transform(XMLSource xmlSource,
URL[] urls,
OutputStream output,
Hashtable inputParameters)
Transforms the given XML document using one or more stylesheets. |
void |
XSLTransform.setXMLSource(XMLSource xmlSource)
Resets the XMLSource to that specified. |
abstract XSLTransform |
XMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters)
Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource. |
abstract XSLTransform |
XMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters,
String baseURI)
Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource. |
abstract Stylesheet |
XMLSourceFactory.newStylesheet(XMLSource xslSource)
Create a new Stylesheet instance for the XSL document identified by the XMLSource. |
(package private) static XMLSource |
XMLSourceFactory.convertSAXtoSAX2(XMLSource xmlSource)
|
XSLTransform |
JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters)
|
XSLTransform |
JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters,
String baseURI)
|
Stylesheet |
JAXPXMLSourceFactory.newStylesheet(XMLSource xslSource)
|
(package private) Source |
JAXPXMLSourceFactory.getJAXPSource(XMLSource xmlSource)
Utility to produce JAXP Source objects from XMLSource objects |
void |
AbstractXSLTransform.setXMLSource(XMLSource xmlSource)
|
void |
XSLTUtilities.transform(XMLSource xmlSource,
URL[] urls,
OutputStream output,
Hashtable inputParameters)
Transforms the given XML document using one or more stylesheets. |
void |
XSLTransform.setXMLSource(XMLSource xmlSource)
Resets the XMLSource to that specified. |
abstract XSLTransform |
XMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters)
Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource. |
abstract XSLTransform |
XMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters,
String baseURI)
Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource. |
abstract Stylesheet |
XMLSourceFactory.newStylesheet(XMLSource xslSource)
Create a new Stylesheet instance for the XSL document identified by the XMLSource. |
(package private) static XMLSource |
XMLSourceFactory.convertSAXtoSAX2(XMLSource xmlSource)
|
XSLTransform |
JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters)
|
XSLTransform |
JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Hashtable inputParameters,
String baseURI)
|
Stylesheet |
JAXPXMLSourceFactory.newStylesheet(XMLSource xslSource)
|
(package private) Source |
JAXPXMLSourceFactory.getJAXPSource(XMLSource xmlSource)
Utility to produce JAXP Source objects from XMLSource objects |
void |
AbstractXSLTransform.setXMLSource(XMLSource xmlSource)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |