org.mmbase.util
Class XMLBuilderReader

java.lang.Object
  |
  +--org.mmbase.util.XMLBasicReader
        |
        +--org.mmbase.util.XMLBuilderReader

public class XMLBuilderReader
extends XMLBasicReader

Version:
$Id: XMLBuilderReader.java,v 1.21 2001/10/18 13:13:29 pierre Exp $
Author:
Case Roole, Rico Jansen, Pierre van Rooden

Fields inherited from class org.mmbase.util.XMLBasicReader
document
 
Constructor Summary
XMLBuilderReader(java.lang.String filename)
           
 
Method Summary
 java.lang.String getBuilderMaintainer()
          get the version of this application
 int getBuilderVersion()
          get the version of this application
 java.lang.String getClassFile()
          get the classfile of this builder
 java.util.Hashtable getDescriptions()
          get the descriptions of this builder
 java.util.Vector getFieldDefs()
          get the fieldDefs of this builder
 java.util.Hashtable getPluralNames()
          get the pluralnames of this builder
 java.util.Hashtable getProperties()
          Get the properties of this builder
 int getSearchAge()
          get the Search Age
 java.util.Hashtable getSingularNames()
          get the pluralnames of this builder
 java.lang.String getStatus()
          get the status of this builder
 
Methods inherited from class org.mmbase.util.XMLBasicReader
getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue, getFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBuilderReader

public XMLBuilderReader(java.lang.String filename)
Method Detail

getStatus

public java.lang.String getStatus()
get the status of this builder

getSearchAge

public int getSearchAge()
get the Search Age

getClassFile

public java.lang.String getClassFile()
get the classfile of this builder

getFieldDefs

public java.util.Vector getFieldDefs()
get the fieldDefs of this builder

getProperties

public java.util.Hashtable getProperties()
Get the properties of this builder

getDescriptions

public java.util.Hashtable getDescriptions()
get the descriptions of this builder

getPluralNames

public java.util.Hashtable getPluralNames()
get the pluralnames of this builder

getSingularNames

public java.util.Hashtable getSingularNames()
get the pluralnames of this builder

getBuilderVersion

public int getBuilderVersion()
get the version of this application

getBuilderMaintainer

public java.lang.String getBuilderMaintainer()
get the version of this application


MMBase 2002