|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.template.AuxDataSAXSource
Supported API: true
Extendable: false
Field Summary | |
static String |
AUXDATA
|
private static String |
CDATA
|
private static String |
CLASSNAME
|
static String |
DATA_ITEM
|
private static AttributeListImpl |
EMPTY_ATTRIBUTE_LIST
|
static String |
NAME
|
private Hashtable |
params
|
private static String |
RESOURCE
|
private ReportTemplate |
theReportTemplate
|
Constructor Summary | |
AuxDataSAXSource(ReportTemplate report_template,
Hashtable inputs)
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 ReportTemplate theReportTemplate
public static final String NAME
public static final String AUXDATA
public static final String DATA_ITEM
private static final String CDATA
private static final AttributeListImpl EMPTY_ATTRIBUTE_LIST
Constructor Detail |
public AuxDataSAXSource(ReportTemplate report_template, Hashtable inputs) throws WTPropertyVetoException
report_template
- inputs
-
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 |