|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.components.validation.impl.AbstractSchemaParser
public abstract class AbstractSchemaParser
A SchemaParser
caching Schema
instance for multiple use.
A Schema
will be cached until its SourceValidity
expires.
Field Summary | |
---|---|
protected EntityResolver |
entityResolver
The EntityResolver resolving against catalogs of public IDs. |
protected Logger |
logger
The Logger configured for this instance. |
protected ServiceManager |
serviceManager
The ServiceManager configured for this instance. |
protected SourceResolver |
sourceResolver
The SourceResolver to resolve URIs into Source s. |
Fields inherited from interface org.apache.cocoon.components.validation.SchemaParser |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractSchemaParser()
Create a new AbstractSchemaParser instance. |
Method Summary | |
---|---|
void |
dispose()
Dispose this component instance. |
void |
enableLogging(Logger logger)
Enable logging. |
void |
initialize()
Initialize this component instance. |
void |
service(ServiceManager manager)
Contextualize this component specifying a ServiceManager instance. |
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.validation.SchemaParser |
---|
getSupportedGrammars, parseSchema |
Field Detail |
---|
protected ServiceManager serviceManager
The ServiceManager
configured for this instance.
protected SourceResolver sourceResolver
The SourceResolver
to resolve URIs into Source
s.
protected EntityResolver entityResolver
The EntityResolver
resolving against catalogs of public IDs.
protected Logger logger
The Logger
configured for this instance.
Constructor Detail |
---|
public AbstractSchemaParser()
Create a new AbstractSchemaParser
instance.
Method Detail |
---|
public void enableLogging(Logger logger)
Enable logging.
enableLogging
in interface LogEnabled
public void service(ServiceManager manager) throws ServiceException
Contextualize this component specifying a ServiceManager
instance.
service
in interface Serviceable
ServiceException
public void initialize() throws Exception
Initialize this component instance.
A this point component resolution will happen.
initialize
in interface Initializable
Exception
public void dispose()
Dispose this component instance.
dispose
in interface Disposable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |