com.jxml.quick.ocm
Interface OCMvalidator.SubValidator
- All Superinterfaces:
- OCMbase.SubBase, OCMsink.SubSink
- All Known Implementing Classes:
- OCMvalidatorSupport.SubValidatorSupport
- Enclosing class:
- OCMvalidator
- public static interface OCMvalidator.SubValidator
- extends OCMsink.SubSink
Method Summary |
void |
setProperties(Map properties)
Sets the config properties |
void |
valid()
Returns true if the document is valid. |
valid
public void valid()
throws OCMinvalidException,
SAXException,
IOException
- Returns true if the document is valid.
- Parameters:
doc
- The document to be validated.
setProperties
public void setProperties(Map properties)
- Sets the config properties