|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rreport.RXMLSource
XML data source.
Constructor Summary | |
RXMLSource(java.lang.String sFile,
java.lang.String node)
|
Method Summary | |
org.w3c.dom.Node |
getCurrentNode()
get current node |
java.lang.String[] |
getFromFields()
not used methods |
RSource |
getLinkSource()
linked RSource (if the RSource supports nested RSources). |
java.lang.String[] |
getToFields()
field names in this RSource used for the relationship (this is normally a foreign key). |
void |
rsource_end()
called after printing all records. |
java.lang.Object |
rsource_getData(java.lang.String FieldName)
get value for field |
boolean |
rsource_nextRecord()
get next node in NodeList |
boolean |
rsource_start()
open node |
void |
setFromFields(java.lang.String[] s)
field names in the linked RSource used for the relationship (this is normally the primary key). |
void |
setLinkSource(RSource l)
linked RSource (if the RSource supports nested RSources). |
void |
setParameter(java.lang.String param,
java.lang.String value)
sets a value for a parameter. |
void |
setToFields(java.lang.String[] s)
field names in this RSource used for the relationship (this is normally a foreign key). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RXMLSource(java.lang.String sFile, java.lang.String node)
Method Detail |
public java.lang.Object rsource_getData(java.lang.String FieldName)
rsource_getData
in interface RSource
public boolean rsource_nextRecord()
rsource_nextRecord
in interface RSource
public boolean rsource_start()
rsource_start
in interface RSource
public void rsource_end()
RSource
rsource_end
in interface RSource
public RSource getLinkSource()
RSource
getLinkSource
in interface RSource
public void setLinkSource(RSource l)
RSource
setLinkSource
in interface RSource
public org.w3c.dom.Node getCurrentNode()
public java.lang.String[] getFromFields()
getFromFields
in interface RSource
public java.lang.String[] getToFields()
RSource
getToFields
in interface RSource
public void setFromFields(java.lang.String[] s)
RSource
setFromFields
in interface RSource
public void setToFields(java.lang.String[] s)
RSource
setToFields
in interface RSource
public void setParameter(java.lang.String param, java.lang.String value)
RSource
setParameter
in interface RSource
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |