tutorial.portal
Class SlashdotParser

java.lang.Object
  |
  +--com.primix.tapestry.util.xml.AbstractDocumentParser
        |
        +--tutorial.portal.SlashdotParser
All Implemented Interfaces:
EntityResolver, ErrorHandler

public class SlashdotParser
extends AbstractDocumentParser

Parser for the Slashdot format.

Version:
$Id: SlashdotParser.java,v 1.2 2001/05/30 16:13:20 hship Exp $
Author:
Howard Ship

Constructor Summary
SlashdotParser()
           
 
Method Summary
protected  boolean getRequireValidatingParser()
          Returns false, since there's no DTD for the document we need to parse.
 java.util.List parseStories(java.net.URL url, java.lang.String resourcePath)
           
 
Methods inherited from class com.primix.tapestry.util.xml.AbstractDocumentParser
constructBuilder, error, fatalError, getAttribute, getId, getNodePath, getResourcePath, getValue, isElement, parse, register, resolveEntity, setResourcePath, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlashdotParser

public SlashdotParser()
Method Detail

parseStories

public java.util.List parseStories(java.net.URL url,
                                   java.lang.String resourcePath)
                            throws DocumentParseException

getRequireValidatingParser

protected boolean getRequireValidatingParser()
Returns false, since there's no DTD for the document we need to parse.
Overrides:
getRequireValidatingParser in class AbstractDocumentParser