|
||||||||||
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.AbstractSchema
public abstract class AbstractSchema
A simple implementation of the Schema
interface.
Constructor Summary | |
---|---|
AbstractSchema(SourceValidity validity)
Create a new AbstractSchema instance. |
Method Summary | |
---|---|
SourceValidity |
getValidity()
Return the SourceValidity associated with this Schema . |
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.Schema |
---|
createValidator |
Constructor Detail |
---|
public AbstractSchema(SourceValidity validity)
Create a new AbstractSchema
instance.
Method Detail |
---|
public SourceValidity getValidity()
Return the SourceValidity
associated with this Schema
.
getValidity
in interface Schema
SourceValidity
instance or null if not known.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |