|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.xml.AbstractXMLProducer | +--org.apache.cocoon.components.parser.XercesParser
Field Summary | |
protected org.apache.avalon.framework.component.ComponentManager |
manager
Deprecated. the component manager |
protected Resolver |
resolver
Deprecated. the Entity Resolver |
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, lexicalHandler, xmlConsumer |
Fields inherited from interface org.apache.cocoon.components.parser.Parser |
ROLE |
Constructor Summary | |
XercesParser()
Deprecated. |
Method Summary | |
void |
compose(org.apache.avalon.framework.component.ComponentManager manager)
Deprecated. Get the Entity Resolver from the component manager |
void |
dispose()
Deprecated. Dispose |
void |
error(org.xml.sax.SAXParseException e)
Deprecated. Receive notification of a recoverable error. |
void |
fatalError(org.xml.sax.SAXParseException e)
Deprecated. Receive notification of a fatal error. |
org.w3c.dom.Document |
newDocument()
Deprecated. Create a new Document object. |
org.w3c.dom.Document |
newDocument(java.lang.String name)
Deprecated. Create a new Document object with a specified DOCTYPE. |
org.w3c.dom.Document |
newDocument(java.lang.String name,
java.lang.String pub,
java.lang.String sys)
Deprecated. Create a new Document object with a specified DOCTYPE, public ID and system ID. |
void |
parse(org.xml.sax.InputSource in)
Deprecated. |
org.w3c.dom.Document |
parseDocument(org.xml.sax.InputSource input)
Deprecated. Parses a new Document object from the given InputSource. |
void |
warning(org.xml.sax.SAXParseException e)
Deprecated. Receive notification of a warning. |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
recycle, setConsumer, setContentHandler, setLexicalHandler |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, 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 |
Field Detail |
protected org.apache.avalon.framework.component.ComponentManager manager
protected Resolver resolver
Constructor Detail |
public XercesParser() throws org.xml.sax.SAXException
Method Detail |
public void compose(org.apache.avalon.framework.component.ComponentManager manager) throws org.apache.avalon.framework.component.ComponentException
compose
in interface org.apache.avalon.framework.component.Composable
org.apache.avalon.framework.component.ComponentException
public void dispose()
dispose
in interface org.apache.avalon.framework.activity.Disposable
public void parse(org.xml.sax.InputSource in) throws org.xml.sax.SAXException, java.io.IOException
parse
in interface Parser
org.xml.sax.SAXException
java.io.IOException
public org.w3c.dom.Document newDocument()
newDocument
in interface DOMFactory
public org.w3c.dom.Document newDocument(java.lang.String name)
newDocument
in interface DOMFactory
public org.w3c.dom.Document newDocument(java.lang.String name, java.lang.String pub, java.lang.String sys)
newDocument
in interface DOMFactory
public org.w3c.dom.Document parseDocument(org.xml.sax.InputSource input) throws org.xml.sax.SAXException, java.io.IOException
parseDocument
in interface Parser
org.xml.sax.SAXException
java.io.IOException
public void error(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void fatalError(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void warning(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |