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:
- Poolable, Recyclable, Disposable, Component, Composable, LogEnabled, Parameterizable, Parser, DOMFactory, XMLProducer, ErrorHandler
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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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-2010 The Apache Software Foundation. All Rights Reserved.