|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.template.ParameterDataSAXSource
Supported API: true
Extendable: false
Field Summary | |
private static String |
ACTUAL_PARAMETER
|
private static String |
CDATA
|
private static String |
CLASSNAME
|
private static String |
DISPLAY_NAME
|
private static AttributeListImpl |
EMPTY_ATTRIBUTE_LIST
|
private Hashtable |
enumTypes
|
private static String |
PARAMETER_ID
|
private Hashtable |
params
|
private static String |
RESOURCE
|
private Locale |
theLocale
|
private ReportTemplate |
theReportTemplate
|
Constructor Summary | |
ParameterDataSAXSource(ReportTemplate report_template,
Hashtable inputs,
Locale locale)
Supported API: false |
Method Summary | |
private void |
generateStringEvent(DocumentHandler listener,
String a_value)
|
String |
getBaseURI()
The URI describing the location of the XML data, up to, but not including the file part of the URI. |
ReportTemplate |
getReportTemplate()
Gets the object for the association that plays role: theReportTemplate. |
void |
produceEvents(DocumentHandler listener)
Deprecated. |
void |
setReportTemplate(ReportTemplate a_ReportTemplate)
Sets the object for the association that plays role: theReportTemplate. |
private void |
theReportTemplateValidate(ReportTemplate a_ReportTemplate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Hashtable params
private Locale theLocale
private Hashtable enumTypes
private ReportTemplate theReportTemplate
private static final String ACTUAL_PARAMETER
private static final String CDATA
private static final String PARAMETER_ID
private static final String DISPLAY_NAME
private static final AttributeListImpl EMPTY_ATTRIBUTE_LIST
Constructor Detail |
public ParameterDataSAXSource(ReportTemplate report_template, Hashtable inputs, Locale locale) throws WTPropertyVetoException
report_template
- inputs
- locale
-
WTPropertyVetoException
Method Detail |
public ReportTemplate getReportTemplate()
public void setReportTemplate(ReportTemplate a_ReportTemplate) throws WTPropertyVetoException
a_ReportTemplate
-
WTPropertyVetoException
private void theReportTemplateValidate(ReportTemplate a_ReportTemplate) throws WTPropertyVetoException
a_ReportTemplate
-
WTPropertyVetoException
public void produceEvents(DocumentHandler listener) throws SAXException
produceEvents
in interface SAXXMLSource
listener
- The handler that will "receive" the SAX events as method calls.
SAXException
public String getBaseURI()
http://www.acme.com/documents/Document1.xml
would
be http://www.acme.com/documents
.
getBaseURI
in interface XMLSource
private void generateStringEvent(DocumentHandler listener, String a_value) throws SAXException
SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |