|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.template.MetaDataSAXSource
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
DESCRIPTION
|
private static AttributeListImpl |
EMPTY_ATTRIBUTE_LIST
|
private static String |
EXECUTING_PRINCIPAL
|
private static String |
FULL_NAME
|
private static String |
LOCALE
|
private static String |
METADATA
|
private static String |
NAME
|
private static String |
OBJECT_IDENTIFIER
|
private static String |
RESOURCE
|
private static String |
SOURCE_GATEWAY
|
private static String |
SOURCE_SYSTEM
|
private Locale |
theLocale
|
private ReportTemplate |
theReportTemplate
|
private WTPrincipal |
theUser
|
private static String |
TIME_OF_EXECUTION
|
Constructor Summary | |
MetaDataSAXSource(ReportTemplate report_template,
Locale locale,
WTPrincipal user)
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 Locale theLocale
private WTPrincipal theUser
private ReportTemplate theReportTemplate
private static final String METADATA
private static final String SOURCE_SYSTEM
private static final String EXECUTING_PRINCIPAL
private static final String FULL_NAME
private static final String OBJECT_IDENTIFIER
private static final String NAME
private static final String DESCRIPTION
private static final String TIME_OF_EXECUTION
private static final String LOCALE
private static final String SOURCE_GATEWAY
private static final AttributeListImpl EMPTY_ATTRIBUTE_LIST
Constructor Detail |
public MetaDataSAXSource(ReportTemplate report_template, Locale locale, WTPrincipal user) throws WTPropertyVetoException
report_template
- locale
- user
-
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 |