|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.mmbase.util.xml.DocumentReader
org.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader
public class XmlEtxIndicesReader
| Field Summary |
|---|
| Fields inherited from class org.mmbase.util.xml.DocumentReader |
|---|
document, DTD_ERROR, DTD_ERROR_1_0, FILENOTFOUND, PUBLIC_ID_ERROR, PUBLIC_ID_ERROR_1_0 |
| Constructor Summary | |
|---|---|
XmlEtxIndicesReader(InputSource source)
Creates a new instance of XmlEtxIndicesReader |
|
| Method Summary | |
|---|---|
Iterator<Element> |
getEtxindexElements(Element sbspace)
Gets etxindex child elements of sbspace element. |
String |
getEtxindexField(Element etxindex)
Gets value of field attribute of etxindex element. |
String |
getEtxindexTable(Element etxindex)
Gets value of table attribute of etxindex element. |
String |
getEtxindexValue(Element etxindex)
Gets name of etxindex element. |
Iterator<Element> |
getSbspaceElements()
Gets sbspace elements. |
String |
getSbspaceName(Element sbspace)
Gets value of name attribute of sbspace element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlEtxIndicesReader(InputSource source)
| Method Detail |
|---|
public Iterator<Element> getSbspaceElements()
sbspace elements.
sbspace elements.public String getSbspaceName(Element sbspace)
name attribute of sbspace element.
sbspace - The sbspace element.
name attribute.public Iterator<Element> getEtxindexElements(Element sbspace)
etxindex child elements of sbspace element.
sbspace - The sbspace
- Returns:
etxindex elements.public String getEtxindexTable(Element etxindex)
table attribute of etxindex element.
etxindex - The etxindex element.
table attribute.public String getEtxindexField(Element etxindex)
field attribute of etxindex element.
etxindex - The etxindex element.
field attribute.public String getEtxindexValue(Element etxindex)
etxindex element.
etxindex - The etxindex element.
etxindex element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||