|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DOMXMLSource | |
com.ptc.core.query.report.bom.server | |
com.ptc.core.query.report.client.queryBuilder | |
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 DOMXMLSource in com.ptc.core.query.report.bom.server |
Classes in com.ptc.core.query.report.bom.server that implement DOMXMLSource | |
class |
SerialXSLTransformer
Simple bean/utility to ease application of XSLT stylesheets to an XMLSource in series. |
Uses of DOMXMLSource in com.ptc.core.query.report.client.queryBuilder |
Classes in com.ptc.core.query.report.client.queryBuilder that implement DOMXMLSource | |
(package private) class |
AbstractQueryItem.DOMXMLSourceWrapper
|
Methods in com.ptc.core.query.report.client.queryBuilder that return DOMXMLSource | |
DOMXMLSource |
QueryItem.getDOMXMLSource()
|
DOMXMLSource |
AbstractQueryItem.getDOMXMLSource()
|
Uses of DOMXMLSource in wt.query.qml |
Classes in wt.query.qml that implement DOMXMLSource | |
(package private) class |
DomProcessor.DOMXMLSourceWrapper
|
Methods in wt.query.qml that return DOMXMLSource | |
DOMXMLSource |
DomProcessor.getDOMXMLSource()
Gets the value of the attribute: DOMXMLSource. |
Uses of DOMXMLSource in wt.query.template |
Methods in wt.query.template that return DOMXMLSource | |
static DOMXMLSource |
ReportTemplateHelper.convertToDOM(XMLSource a_qmlSource)
This method converts the QML XMLSource to a DOM Source. |
static DOMXMLSource |
ReportTemplateHelper.convertToDOM(XMLSource a_qmlSource)
This method converts the QML XMLSource to a DOM Source. |
Methods in wt.query.template with parameters of type DOMXMLSource | |
private static QueryResult |
ReportTemplateHelper.generateResults(DOMXMLSource a_qmlSource,
Hashtable a_inputs,
boolean a_bypassAccessControl,
Locale a_locale)
|
(package private) static boolean |
ReportTemplateHelper.getBypassAccessControl(DOMXMLSource a_qmlSource)
Determine whether QML either explicitly calls for access control to be by-passed or requires that access control be by-passed for the features used therein. |
private static boolean |
ReportTemplateHelper.isBypassAccessControl(DOMXMLSource a_qmlSource)
Determine whether QML explicitly calls for access control to be by-passed. |
private static TableModel |
ReportTemplateHelper.buildTableModel(DOMXMLSource a_qmlSource,
QueryResult a_queryResult,
Hashtable a_inputs,
Locale a_locale)
|
private static QueryResult |
ReportTemplateHelper.generateResults(DOMXMLSource a_qmlSource,
Hashtable a_inputs,
boolean a_bypassAccessControl,
Locale a_locale)
|
(package private) static boolean |
ReportTemplateHelper.getBypassAccessControl(DOMXMLSource a_qmlSource)
Determine whether QML either explicitly calls for access control to be by-passed or requires that access control be by-passed for the features used therein. |
private static boolean |
ReportTemplateHelper.isBypassAccessControl(DOMXMLSource a_qmlSource)
Determine whether QML explicitly calls for access control to be by-passed. |
private static TableModel |
ReportTemplateHelper.buildTableModel(DOMXMLSource a_qmlSource,
QueryResult a_queryResult,
Hashtable a_inputs,
Locale a_locale)
|
Uses of DOMXMLSource in wt.series |
Classes in wt.series that implement DOMXMLSource | |
(package private) class |
SeriesProcessor.DOMXMLSourceWrapper
|
Methods in wt.series that return DOMXMLSource | |
DOMXMLSource |
SeriesProcessor.getDOMXMLSource()
Gets the value of the attribute: DOMXMLSource. |
Uses of DOMXMLSource in wt.util.xml.xslt |
Subinterfaces of DOMXMLSource 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 DOMXMLSource | |
(package private) class |
AbstractXSLTransform
|
(package private) class |
DOMXMLSourceImpl
Minimalistic implementation of DOMXMLSource |
(package private) class |
JAXPXSLTransform
|
Methods in wt.util.xml.xslt that return DOMXMLSource | |
DOMXMLSource |
XMLSourceFactory.newDOMSource(Node node)
Create a new DOMXMLSource for the provided DOM Node. |
DOMXMLSource |
XMLSourceFactory.newDOMSource(Node node,
String baseURI)
Create a new DOMXMLSource for the provided DOM Node and base URI. |
DOMXMLSource |
XMLSourceFactory.newDOMSource(Node node)
Create a new DOMXMLSource for the provided DOM Node. |
DOMXMLSource |
XMLSourceFactory.newDOMSource(Node node,
String baseURI)
Create a new DOMXMLSource for the provided DOM Node and base URI. |
DOMXMLSource |
XMLSourceFactory.newDOMSource(Node node)
Create a new DOMXMLSource for the provided DOM Node. |
DOMXMLSource |
XMLSourceFactory.newDOMSource(Node node,
String baseURI)
Create a new DOMXMLSource for the provided DOM Node and base URI. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |