Uses of Class
org.oclc.purl.dsdl.svrl.SchematronOutputType

Packages that use SchematronOutputType
eu.peppol.validation.commons.schematron   
eu.peppol.validation.commons.schematron.svrl   
org.oclc.purl.dsdl.svrl   
 

Uses of SchematronOutputType in eu.peppol.validation.commons.schematron
 

Methods in eu.peppol.validation.commons.schematron that return SchematronOutputType
static SchematronOutputType SchematronHelper.applySchematron(ISchematronResource aSchematron, com.phloc.commons.io.IReadableResource aXML)
          Apply the passed schematron on the passed XML resource using a custom error handler.
static SchematronOutputType SchematronHelper.applySchematron(ISchematronResource aSchematron, Source aXML)
          Apply the passed schematron on the passed XML resource.
 

Methods in eu.peppol.validation.commons.schematron with parameters of type SchematronOutputType
static com.phloc.commons.error.IResourceErrorGroup SchematronHelper.convertToResourceErrorGroup(SchematronOutputType aSchematronOutput, String sResourceName)
          Convert a SchematronOutputType to an IResourceErrorGroup.
 

Uses of SchematronOutputType in eu.peppol.validation.commons.schematron.svrl
 

Methods in eu.peppol.validation.commons.schematron.svrl that return SchematronOutputType
static SchematronOutputType SVRLReader.readXML(com.phloc.commons.io.IReadableResource aRes)
           
static SchematronOutputType SVRLReader.readXML(Node aNode)
          Convert the passed W3C node into a SVRL domain object
static SchematronOutputType SVRLReader.readXML(Source aSource)
           
 

Methods in eu.peppol.validation.commons.schematron.svrl with parameters of type SchematronOutputType
static Document SVRLWriter.createXML(SchematronOutputType aSchematronOutput)
          Convert the passed schematron output element into an W3C Document node.
static String SVRLWriter.createXMLString(SchematronOutputType aSchematronOutput)
          Utility method to directly convert the passed SVRL domain object to an XML string.
static List<SVRLFailedAssert> SVRLUtils.getAllFailedAssertions(SchematronOutputType aSchematronOutput)
          Get a list of all failed assertions in a given schematron output.
static com.phloc.commons.state.ESuccess SVRLWriter.writeSVRL(SchematronOutputType aSchematronOutput, Result aResult)
          Convert the passed schematron output element into an W3C Document node.
 

Uses of SchematronOutputType in org.oclc.purl.dsdl.svrl
 

Methods in org.oclc.purl.dsdl.svrl that return SchematronOutputType
 SchematronOutputType ObjectFactory.createSchematronOutputType()
          Create an instance of SchematronOutputType
 

Methods in org.oclc.purl.dsdl.svrl that return types with arguments of type SchematronOutputType
 JAXBElement<SchematronOutputType> ObjectFactory.createSchematronOutput(SchematronOutputType value)
          Create an instance of JAXBElement<SchematronOutputType>}
 

Methods in org.oclc.purl.dsdl.svrl with parameters of type SchematronOutputType
 JAXBElement<SchematronOutputType> ObjectFactory.createSchematronOutput(SchematronOutputType value)
          Create an instance of JAXBElement<SchematronOutputType>}
 



Copyright © 2011 PEPPOL project. All Rights Reserved.