org.mmbase.util
Class XMLNodeReader

java.lang.Object
  extended byorg.mmbase.util.xml.DocumentReader
      extended byorg.mmbase.util.XMLBasicReader
          extended byorg.mmbase.util.XMLNodeReader

public class XMLNodeReader
extends XMLBasicReader

This class reads a node from an exported application

Version:
$Id: XMLNodeReader.java,v 1.26 2004/01/08 23:49:58 michiel Exp $
Author:
?, Michiel Meeuwissen

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
XMLNodeReader(java.lang.String filename, java.lang.String applicationpath, MMBase mmbase)
          Constructor
 
Method Summary
 java.lang.String getExportSource()
           
 java.util.Vector getNodes(MMBase mmbase)
           
 int getTimeStamp()
           
 
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

XMLNodeReader

public XMLNodeReader(java.lang.String filename,
                     java.lang.String applicationpath,
                     MMBase mmbase)
Constructor

Parameters:
filename - from the file to read from
applicationpath - the path where this application was exported to
mmbase -
Method Detail

getExportSource

public java.lang.String getExportSource()

getTimeStamp

public int getTimeStamp()

getNodes

public java.util.Vector getNodes(MMBase mmbase)


MMBase build 1.7.4.20050922