|
|||||||||
| 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.util.XMLBasicReader
org.mmbase.storage.search.implementation.database.informix.excalibur.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(org.xml.sax.InputSource source)
Creates a new instance of XmlEtxIndicesReader |
|
| Method Summary | |
java.util.Enumeration |
getEtxindexElements(org.w3c.dom.Element sbspace)
Gets etxindex child elements of sbspace element. |
java.lang.String |
getEtxindexField(org.w3c.dom.Element etxindex)
Gets value of field attribute of etxindex element. |
java.lang.String |
getEtxindexTable(org.w3c.dom.Element etxindex)
Gets value of table attribute of etxindex element. |
java.lang.String |
getEtxindexValue(org.w3c.dom.Element etxindex)
Gets name of etxindex element. |
java.util.Enumeration |
getSbspaceElements()
Gets sbspace elements. |
java.lang.String |
getSbspaceName(org.w3c.dom.Element sbspace)
Gets value of name attribute of sbspace element. |
| Methods inherited from class org.mmbase.util.XMLBasicReader |
getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue |
| Methods inherited from class org.mmbase.util.xml.DocumentReader |
getFileName, getNodeTextValue, registerPublicIDs, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlEtxIndicesReader(org.xml.sax.InputSource source)
| Method Detail |
public java.util.Enumeration getSbspaceElements()
sbspace elements.
sbspace elements.public java.lang.String getSbspaceName(org.w3c.dom.Element sbspace)
name attribute of sbspace element.
sbspace - The sbspace element.
name attribute.public java.util.Enumeration getEtxindexElements(org.w3c.dom.Element sbspace)
etxindex child elements of sbspace element.
sbspace - The sbspace
- Returns:
etxindex elements.public java.lang.String getEtxindexTable(org.w3c.dom.Element etxindex)
table attribute of etxindex element.
etxindex - The etxindex element.
table attribute.public java.lang.String getEtxindexField(org.w3c.dom.Element etxindex)
field attribute of etxindex element.
etxindex - The etxindex element.
field attribute.public java.lang.String getEtxindexValue(org.w3c.dom.Element etxindex)
etxindex element.
etxindex - The etxindex element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||