org.apache.cocoon.parser
Class AbstractParser

java.lang.Object
  |
  +--org.apache.cocoon.parser.AbstractParser
Direct Known Subclasses:
SunXMLParser, XercesParser

public abstract class AbstractParser
extends java.lang.Object
implements Parser, Configurable

This class implements all the common methods used by the XML parsers.

Version:
$Revision: 1.2 $ $Date: 1999/12/16 11:43:51 $
Author:
Stefano Mazzocchi

Field Summary
protected  boolean validate
           
 
Constructor Summary
AbstractParser()
           
 
Method Summary
 void init(Configurations conf)
          Initialize the class by passing its configurations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validate

protected boolean validate
Constructor Detail

AbstractParser

public AbstractParser()
Method Detail

init

public void init(Configurations conf)
Description copied from interface: Configurable
Initialize the class by passing its configurations.
Specified by:
init in interface Configurable


Copyright © 1999-2000 Apache Software Foundation. All Rights Reserved.