This project has retired. For details please refer to its Attic page.
Index (Cocoon XML Implementation 1.0.0 API)
A C D E F G I J L N O P R S V W

A

AbstractJaxpParser - class org.apache.cocoon.core.xml.impl.AbstractJaxpParser.
An abstract base class for implementing Jaxp based parsers.
AbstractJaxpParser() - Constructor for class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 

C

catalog - Variable in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
catalogManager - Variable in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
The catalog manager
catalogResolver - Variable in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
The catalog resolver
comment(char[], int, int) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
correctUri(String) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
Correct resource uris.
createDocument() - Method in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
 

D

DefaultEntityResolver - class org.apache.cocoon.core.xml.impl.DefaultEntityResolver.
A component that uses catalogs for resolving entities.
DefaultEntityResolver() - Constructor for class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
documentBuilderFactoryName - Variable in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
 
dropDtdComments - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Should comments appearing between start/endDTD events be dropped ?

E

endCDATA() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
endDTD() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
endEntity(String) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
error(SAXParseException) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Receive notification of a recoverable error.

F

factory - Variable in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
the Document Builder factory
factory - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
the SAX Parser factory
fatalError(SAXParseException) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Receive notification of a fatal error.

G

getCatalog() - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
getDocumentBuilderFactoryName() - Method in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
 
getEntityResolver() - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 
getLocalCatalog() - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
getLogger() - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 
getLogger() - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
getResourceLoader() - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
getSaxParserFactoryName() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Return the name of the sax parser factory.
getVerbosity() - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 

I

inDTD - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
init() - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
Set the configuration.
initDomBuilderFactory() - Method in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
Initialize the dom builder factory.
initSaxParserFactory() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Initialize the sax parser factory.
isDropDtdComments() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
 
isNsPrefixes() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
 
isSearchResolver() - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 
isStopOnRecoverableError() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
 
isStopOnWarning() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
 
isValidate() - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 

J

JaxpDOMParser - class org.apache.cocoon.core.xml.impl.JaxpDOMParser.
A dom parser which uses a JAXP 1.1 compliant parsers.
JaxpDOMParser() - Constructor for class org.apache.cocoon.core.xml.impl.JaxpDOMParser
 
JaxpSAXParser - class org.apache.cocoon.core.xml.impl.JaxpSAXParser.
A SAX parser which uses a JAXP 1.1 compliant parsers.
JaxpSAXParser() - Constructor for class org.apache.cocoon.core.xml.impl.JaxpSAXParser
 
JaxpSAXParser.DtdCommentEater - class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater.
A LexicalHandler implementation that strips all comment events between startDTD and endDTD.
JaxpSAXParser.DtdCommentEater(LexicalHandler) - Constructor for class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 

L

loadClass(String) - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
Load a class
localCatalog - Variable in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 

N

next - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
nsPrefixes - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
do we want namespaces also as attributes ?

O

org.apache.cocoon.core.xml.impl - package org.apache.cocoon.core.xml.impl
 

P

parse(InputSource, ContentHandler, LexicalHandler) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
 
parse(InputSource, ContentHandler) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
 
parseCatalog(String) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
Parse a catalog
parseDocument(InputSource) - Method in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
 

R

resolveEntity(String, String) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
Allow the application to resolve external entities.
resolver - Variable in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
the Entity Resolver
resourceLoader - Variable in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 

S

saxParserFactoryName - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
The name of the sax parser factory.
searchResolver - Variable in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
Do we search for a resolver if it is not configured?
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 
setCatalog(String) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
setDocumentBuilderFactoryName(String) - Method in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
 
setDropDtdComments(boolean) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Should comment() events from DTD's be dropped? (Default is false.) Since this implementation does not support the DeclHandler interface anyway, it is quite useless to only have the comments from DTD.
setEntityResolver(EntityResolver) - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 
setLocalCatalog(String) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
setLogger(Log) - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 
setLogger(Log) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
setNsPrefixes(boolean) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Do we want namespaces declarations also as 'xmlns:' attributes ? Default is false.
setResourceLoader(ResourceLoader) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
setSaxParserFactoryName(String) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Set the name of the SAXParserFactory implementation class to be used instead of using the standard JAXP mechanism (SAXParserFactory.newInstance()).
setSearchResolver(boolean) - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
 
setStopOnRecoverableError(boolean) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Should the parser stop parsing if a recoverable error occurs ? Default is true.
setStopOnWarning(boolean) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Should the parser stop parsing if a warning occurs ? Default is true.
setValidate(boolean) - Method in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
should the parser validate parsed documents ? Default is false.
setVerbosity(Integer) - Method in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
 
setupDocumentBuilder() - Method in class org.apache.cocoon.core.xml.impl.JaxpDOMParser
Creates a new DocumentBuilder if needed.
setupXMLReader() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Creates a new XMLReader if needed.
startCDATA() - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
startDTD(String, String, String) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
startEntity(String) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser.DtdCommentEater
 
stopOnRecoverableError - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
do we stop on recoverable errors ?
stopOnWarning - Variable in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
do we stop on warnings ?

V

validate - Variable in class org.apache.cocoon.core.xml.impl.AbstractJaxpParser
Do we want to validate?
verbosity - Variable in class org.apache.cocoon.core.xml.impl.DefaultEntityResolver
Verbosity level.

W

warning(SAXParseException) - Method in class org.apache.cocoon.core.xml.impl.JaxpSAXParser
Receive notification of a warning.

A C D E F G I J L N O P R S V W

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