org.apache.cocoon.components.parser
Class PooledJaxpParser

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.xml.AbstractXMLProducer
          extended by org.apache.cocoon.components.parser.JaxpParser
              extended by 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

Field Summary
 
Fields inherited from class org.apache.cocoon.components.parser.JaxpParser
docBuilder, docFactory, factory, manager, nsPrefixes, reader, resolver, reuseParsers
 
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
 
Fields inherited from interface org.apache.cocoon.components.parser.Parser
ROLE
 
Constructor Summary
PooledJaxpParser()
          Deprecated.  
 
Method Summary
 
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 org.apache.cocoon.xml.AbstractXMLProducer
recycle, setConsumer, setContentHandler, setLexicalHandler
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.components.parser.Parser
setContentHandler, setLexicalHandler
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 

Constructor Detail

PooledJaxpParser

public PooledJaxpParser()
Deprecated. 


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.