org.apache.cocoon.components.parser
Class PooledJaxpParser

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

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.  
 
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-2006 The Apache Software Foundation. All Rights Reserved.