org.mmbase.storage.search.implementation.database.informix.excalibur
Class XmlEtxIndicesReader

java.lang.Object
  extended byorg.mmbase.util.xml.DocumentReader
      extended byorg.mmbase.util.XMLBasicReader
          extended byorg.mmbase.storage.search.implementation.database.informix.excalibur.XmlEtxIndicesReader

public class XmlEtxIndicesReader
extends XMLBasicReader

Since:
MMBase-1.7
Version:
$Id: XmlEtxIndicesReader.java,v 1.1 2003/12/23 11:03:04 robmaris Exp $
Author:
Rob van Maris

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

XmlEtxIndicesReader

public XmlEtxIndicesReader(org.xml.sax.InputSource source)
Creates a new instance of XmlEtxIndicesReader

Method Detail

getSbspaceElements

public java.util.Enumeration getSbspaceElements()
Gets sbspace elements.

Returns:
sbspace elements.

getSbspaceName

public java.lang.String getSbspaceName(org.w3c.dom.Element sbspace)
Gets value of name attribute of sbspace element.

Parameters:
sbspace - The sbspace element.
Returns:
Value of name attribute.

getEtxindexElements

public java.util.Enumeration getEtxindexElements(org.w3c.dom.Element sbspace)
Gets etxindex child elements of sbspace element.

Parameters:
sbspace - The sbspace
Returns:
etxindex elements.

getEtxindexTable

public java.lang.String getEtxindexTable(org.w3c.dom.Element etxindex)
Gets value of table attribute of etxindex element.

Parameters:
etxindex - The etxindex element.
Returns:
Value of table attribute.

getEtxindexField

public java.lang.String getEtxindexField(org.w3c.dom.Element etxindex)
Gets value of field attribute of etxindex element.

Parameters:
etxindex - The etxindex element.
Returns:
Value of field attribute.

getEtxindexValue

public java.lang.String getEtxindexValue(org.w3c.dom.Element etxindex)
Gets name of etxindex element.

Parameters:
etxindex - The etxindex element.


MMBase build 1.7.1.20041002