org.apache.cocoon.components.parser
Interface Parser
- All Superinterfaces:
- Component, DOMFactory, XMLProducer
- All Known Implementing Classes:
- JaxpParser, XercesParser
Deprecated. The Avalon XML Parser is now used inside Cocoon. This role
will be removed in future releases.
- public interface Parser
- extends Component, XMLProducer, DOMFactory
- Version:
- CVS $Id: Parser.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation)
ROLE
public static final String ROLE
- Deprecated.
setContentHandler
public void setContentHandler(ContentHandler contentHandler)
- Deprecated.
setLexicalHandler
public void setLexicalHandler(LexicalHandler lexicalHandler)
- Deprecated.
parse
public void parse(InputSource in)
throws SAXException,
IOException
- Deprecated.
- Throws:
SAXException
IOException
parseDocument
public Document parseDocument(InputSource in)
throws SAXException,
IOException
- Deprecated.
- Throws:
SAXException
IOException
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.