public class DOValidatorSchematronResult extends Object
| Constructor and Description |
|---|
DOValidatorSchematronResult(DOMResult result) |
| Modifier and Type | Method and Description |
|---|---|
String |
getXMLResult() |
boolean |
isValid()
Check if the object passes Schematron validation
|
String |
serializeResult(Writer out)
Serializes the specified node, recursively, to a Writer and returns it as
a String too.
|
public DOValidatorSchematronResult(DOMResult result)
public String getXMLResult() throws TransformerException, TransformerConfigurationException, ParserConfigurationException
public boolean isValid()
true, object is valid, false
object had errors.Copyright © 2013 DuraSpace. All Rights Reserved.