org.apache.cocoon.components.parser
Class PooledJaxpParser
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.components.parser.JaxpParser
org.apache.cocoon.components.parser.PooledJaxpParser
- All Implemented Interfaces:
- Component, Composable, Disposable, DOMFactory, ErrorHandler, LogEnabled, Parameterizable, Parser, Poolable, Recyclable, XMLProducer
Deprecated. PooledJaxpParser is now the default parser for Cocoon
and has thus been moved to JaxpParser - this class will be
removed in a future release.
The Avalon XML Parser is now used inside Cocoon. This role
will be removed in future releases.
- public class PooledJaxpParser
- extends JaxpParser
- Version:
- CVS $Id: PooledJaxpParser.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Sylvain Wallez
| Fields inherited from interface org.apache.cocoon.components.parser.Parser |
ROLE |
| Methods inherited from class org.apache.cocoon.components.parser.JaxpParser |
compose, dispose, error, fatalError, newDocument, newDocument, newDocument, parameterize, parse, parseDocument, setupDocumentBuilder, setupXMLReader, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PooledJaxpParser
public PooledJaxpParser()
- Deprecated.
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.