A C D E F G H I L N O P R S T U W

A

AbstractSchematronResource - Class in eu.peppol.validation.commons.schematron
Abstract implementation of the ISchematronResource interface handling the underlying resource and wrapping one method.
AbstractSchematronResource(IReadableResource) - Constructor for class eu.peppol.validation.commons.schematron.AbstractSchematronResource
 
AbstractSchematronXSLTResource - Class in eu.peppol.validation.commons.schematron.xslt
Abstract implementation of a Schematron resource that is based on XSLT transformations.
AbstractSchematronXSLTResource(IReadableResource, ErrorListener, URIResolver, ISchematronXSLTProvider) - Constructor for class eu.peppol.validation.commons.schematron.xslt.AbstractSchematronXSLTResource
 
activePatternAndFiredRuleAndFailedAssert - Variable in class org.oclc.purl.dsdl.svrl.SchematronOutputType
 
ActivePatternType - Class in org.oclc.purl.dsdl.svrl
# only active patterns are reported active-pattern = element active-pattern { attribute id { xsd:ID }?
ActivePatternType() - Constructor for class org.oclc.purl.dsdl.svrl.ActivePatternType
 
applySchematron(ISchematronResource, IReadableResource) - Static method in class eu.peppol.validation.commons.schematron.SchematronHelper
Apply the passed schematron on the passed XML resource using a custom error handler.
applySchematron(ISchematronResource, Source) - Static method in class eu.peppol.validation.commons.schematron.SchematronHelper
Apply the passed schematron on the passed XML resource.
applySchematronValidation(IReadableResource) - Method in class eu.peppol.validation.commons.schematron.AbstractSchematronResource
 
applySchematronValidation(IReadableResource) - Method in interface eu.peppol.validation.commons.schematron.ISchematronResource
Apply the schematron validation on the passed XML resource and return an SVRL XML document.
applySchematronValidation(Source) - Method in interface eu.peppol.validation.commons.schematron.ISchematronResource
Apply the schematron validation on the passed XML source and return an SVRL XML document.
applySchematronValidation(Source) - Method in class eu.peppol.validation.commons.schematron.xslt.AbstractSchematronXSLTResource
 

C

context - Variable in class org.oclc.purl.dsdl.svrl.FiredRuleType
 
convertToResourceErrorGroup(SchematronOutputType, String) - Static method in class eu.peppol.validation.commons.schematron.SchematronHelper
Convert a SchematronOutputType to an IResourceErrorGroup.
createActivePatternType() - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of ActivePatternType
createDiagnosticReferenceType() - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of DiagnosticReferenceType
createFailedAssertType() - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of FailedAssertType
createFiredRuleType() - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of FiredRuleType
createNsPrefixInAttributeValuesType() - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of NsPrefixInAttributeValuesType
createSchematronOutput(SchematronOutputType) - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of JAXBElement<SchematronOutputType>}
createSchematronOutputType() - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of SchematronOutputType
createSchematronXSLTProvider(IReadableResource, ErrorListener, URIResolver) - Static method in class eu.peppol.validation.commons.schematron.xslt.SchematronResourceSCHCache
 
createSuccessfulReportType() - Method in class org.oclc.purl.dsdl.svrl.ObjectFactory
Create an instance of SuccessfulReportType
createXML(SchematronOutputType) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLWriter
Convert the passed schematron output element into an W3C Document node.
createXMLString(SchematronOutputType) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLWriter
Utility method to directly convert the passed SVRL domain object to an XML string.
CSVRL - Class in eu.peppol.validation.commons.schematron.svrl
SVRL constants.

D

diagnostic - Variable in class org.oclc.purl.dsdl.svrl.DiagnosticReferenceType
 
diagnosticReference - Variable in class org.oclc.purl.dsdl.svrl.FailedAssertType
 
diagnosticReference - Variable in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
 
DiagnosticReferenceType - Class in org.oclc.purl.dsdl.svrl
# only references are reported, not the diagnostic diagnostic-reference = element diagnostic-reference { attribute diagnostic { xsd:NMTOKEN }, human-text } Java class for DiagnosticReferenceType complex type.
DiagnosticReferenceType() - Constructor for class org.oclc.purl.dsdl.svrl.DiagnosticReferenceType
 
document - Variable in class org.oclc.purl.dsdl.svrl.ActivePatternType
 

E

equals(Object) - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLResourceError
 
eu.peppol.validation.commons.schematron - package eu.peppol.validation.commons.schematron
 
eu.peppol.validation.commons.schematron.svrl - package eu.peppol.validation.commons.schematron.svrl
 
eu.peppol.validation.commons.schematron.xslt - package eu.peppol.validation.commons.schematron.xslt
 

F

FailedAssertType - Class in org.oclc.purl.dsdl.svrl
# only failed assertions are reported failed-assert = element failed-assert { attlist.assert-and-report, diagnostic-reference*, human-text } Java class for FailedAssertType complex type.
FailedAssertType() - Constructor for class org.oclc.purl.dsdl.svrl.FailedAssertType
 
FiredRuleType - Class in org.oclc.purl.dsdl.svrl
# only rules that are fired are reported, fired-rule = element fired-rule { attribute id { xsd:ID }?
FiredRuleType() - Constructor for class org.oclc.purl.dsdl.svrl.FiredRuleType
 
flag - Variable in class org.oclc.purl.dsdl.svrl.FailedAssertType
 
flag - Variable in class org.oclc.purl.dsdl.svrl.FiredRuleType
 
flag - Variable in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
 
fromClassPath(String) - Static method in class eu.peppol.validation.commons.schematron.xslt.SchematronResourceSCH
 
fromClassPath(String) - Static method in class eu.peppol.validation.commons.schematron.xslt.SchematronResourceXSLT
 

G

getActivePatternAndFiredRuleAndFailedAssert() - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Gets the value of the activePatternAndFiredRuleAndFailedAssert property.
getAllFailedAssertions(SchematronOutputType) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLUtils
Get a list of all failed assertions in a given schematron output.
getAsResourceError(String) - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
getAsString() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLResourceError
 
getBeautifiedLocation(String, String) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLLocationBeautifierRegistry
Get the beautified location for the given namespace and local name.
getContext() - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Gets the value of the context property.
getDiagnisticReferences() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
getDiagnostic() - Method in class org.oclc.purl.dsdl.svrl.DiagnosticReferenceType
Gets the value of the diagnostic property.
getDiagnosticReference() - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Gets the value of the diagnosticReference property.
getDiagnosticReference() - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Gets the value of the diagnosticReference property.
getDocument() - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Gets the value of the document property.
getErrorLevelFromFailedAssert(FailedAssertType) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLUtils
Get the error level associated with a single failed assertion.
getFlag() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
getFlag() - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Gets the value of the flag property.
getFlag() - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Gets the value of the flag property.
getFlag() - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Gets the value of the flag property.
getHumanTextGroup() - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Gets the value of the humanTextGroup property.
getID() - Method in class eu.peppol.validation.commons.schematron.AbstractSchematronResource
 
getId() - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Gets the value of the id property.
getId() - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Gets the value of the id property.
getLocation() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
getLocation() - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Gets the value of the location property.
getLocation() - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Gets the value of the location property.
getName() - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Gets the value of the name property.
getNsPrefixInAttributeValues() - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Gets the value of the nsPrefixInAttributeValues property.
getPhase() - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Gets the value of the phase property.
getPrefix() - Method in class org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValuesType
Gets the value of the prefix property.
getReplacementText(String, String) - Method in interface eu.peppol.validation.commons.schematron.svrl.ISVRLLocationBeautifierSPI
Beautify the passed combination.
getResource() - Method in class eu.peppol.validation.commons.schematron.AbstractSchematronResource
 
getResource() - Method in interface eu.peppol.validation.commons.schematron.ISchematronResource
 
getRole() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
getRole() - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Gets the value of the role property.
getRole() - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Gets the value of the role property.
getRole() - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Gets the value of the role property.
getRole() - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Gets the value of the role property.
getSchematronXSLTProvider(IReadableResource, ErrorListener, URIResolver) - Static method in class eu.peppol.validation.commons.schematron.xslt.SchematronResourceSCHCache
Create a new Schematron validator for the passed resource.
getSchemaVersion() - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Gets the value of the schemaVersion property.
getTest() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
getTest() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLResourceError
 
getTest() - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Gets the value of the test property.
getTest() - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Gets the value of the test property.
getText() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
getText() - Method in class org.oclc.purl.dsdl.svrl.DiagnosticReferenceType
Gets the value of the text property.
getText() - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Gets the value of the text property.
getText() - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Gets the value of the text property.
getTitle() - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Gets the value of the title property.
getUri() - Method in class org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValuesType
Gets the value of the uri property.
getXSLTDocument() - Method in interface eu.peppol.validation.commons.schematron.xslt.ISchematronXSLTProvider
 
getXSLTTemplates() - Method in interface eu.peppol.validation.commons.schematron.xslt.ISchematronXSLTProvider
 

H

hashCode() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLResourceError
 
humanTextGroup - Variable in class org.oclc.purl.dsdl.svrl.SchematronOutputType
 

I

id - Variable in class org.oclc.purl.dsdl.svrl.ActivePatternType
 
id - Variable in class org.oclc.purl.dsdl.svrl.FiredRuleType
 
ISchematronResource - Interface in eu.peppol.validation.commons.schematron
Base interface for a Schematron resource.
ISchematronXSLTProvider - Interface in eu.peppol.validation.commons.schematron.xslt
Interface for a factory creating Schematron validators from XSLT.
isValidSchematron() - Method in interface eu.peppol.validation.commons.schematron.ISchematronResource
 
isValidSchematron() - Method in class eu.peppol.validation.commons.schematron.xslt.AbstractSchematronXSLTResource
 
isValidSchematron() - Method in interface eu.peppol.validation.commons.schematron.xslt.ISchematronXSLTProvider
 
ISVRLLocationBeautifierSPI - Interface in eu.peppol.validation.commons.schematron.svrl
Implement this SPI interface to beautify SVRL error messages by replacing namespaceURLs with common prefixes.

L

location - Variable in class org.oclc.purl.dsdl.svrl.FailedAssertType
 
location - Variable in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
 

N

name - Variable in class org.oclc.purl.dsdl.svrl.ActivePatternType
 
nsPrefixInAttributeValues - Variable in class org.oclc.purl.dsdl.svrl.SchematronOutputType
 
NsPrefixInAttributeValuesType - Class in org.oclc.purl.dsdl.svrl
# only namespaces from sch:ns need to be reported ns-prefix-in-attribute-values = element ns-prefix-in-attribute-values { attribute prefix { xsd:NMTOKEN }, attribute uri { text }, empty } Java class for NsPrefixInAttributeValuesType complex type.
NsPrefixInAttributeValuesType() - Constructor for class org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValuesType
 

O

ObjectFactory - Class in org.oclc.purl.dsdl.svrl
This object contains factory methods for each Java content interface and Java element interface generated in the org.oclc.purl.dsdl.svrl package.
ObjectFactory() - Constructor for class org.oclc.purl.dsdl.svrl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oclc.purl.dsdl.svrl
org.oclc.purl.dsdl.svrl - package org.oclc.purl.dsdl.svrl
 

P

phase - Variable in class org.oclc.purl.dsdl.svrl.SchematronOutputType
 
prefix - Variable in class org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValuesType
 

R

readXML(IReadableResource) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLReader
 
readXML(Node) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLReader
Convert the passed W3C node into a SVRL domain object
readXML(Source) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLReader
 
role - Variable in class org.oclc.purl.dsdl.svrl.ActivePatternType
 
role - Variable in class org.oclc.purl.dsdl.svrl.FailedAssertType
 
role - Variable in class org.oclc.purl.dsdl.svrl.FiredRuleType
 
role - Variable in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
 

S

SchematronHelper - Class in eu.peppol.validation.commons.schematron
This is a helper class that provides a way to easily apply an Schematron resource on an XML resource.
SchematronOutputType - Class in org.oclc.purl.dsdl.svrl
schematron-output = element schematron-output { attribute title { text }?
SchematronOutputType() - Constructor for class org.oclc.purl.dsdl.svrl.SchematronOutputType
 
SchematronResourceSCH - Class in eu.peppol.validation.commons.schematron.xslt
A Schematron resource that is based on the original SCH file.
SchematronResourceSCH(IReadableResource) - Constructor for class eu.peppol.validation.commons.schematron.xslt.SchematronResourceSCH
 
SchematronResourceSCH(IReadableResource, ErrorListener, URIResolver) - Constructor for class eu.peppol.validation.commons.schematron.xslt.SchematronResourceSCH
 
SchematronResourceSCHCache - Class in eu.peppol.validation.commons.schematron.xslt
Factory for creating ISchematronXSLTProvider objects.
SchematronResourceXSLT - Class in eu.peppol.validation.commons.schematron.xslt
A Schematron resource that is based on an existing, pre-compiled XSLT script.
SchematronResourceXSLT(IReadableResource) - Constructor for class eu.peppol.validation.commons.schematron.xslt.SchematronResourceXSLT
 
SchematronResourceXSLT(IReadableResource, ErrorListener, URIResolver) - Constructor for class eu.peppol.validation.commons.schematron.xslt.SchematronResourceXSLT
 
schemaVersion - Variable in class org.oclc.purl.dsdl.svrl.SchematronOutputType
 
setContext(String) - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Sets the value of the context property.
setDiagnostic(String) - Method in class org.oclc.purl.dsdl.svrl.DiagnosticReferenceType
Sets the value of the diagnostic property.
setDocument(String) - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Sets the value of the document property.
setFlag(String) - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Sets the value of the flag property.
setFlag(String) - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Sets the value of the flag property.
setFlag(String) - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Sets the value of the flag property.
setId(String) - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Sets the value of the id property.
setId(String) - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Sets the value of the id property.
setLocation(String) - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Sets the value of the location property.
setLocation(String) - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Sets the value of the location property.
setName(String) - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Sets the value of the name property.
setPhase(String) - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Sets the value of the phase property.
setPrefix(String) - Method in class org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValuesType
Sets the value of the prefix property.
setRole(String) - Method in class org.oclc.purl.dsdl.svrl.ActivePatternType
Sets the value of the role property.
setRole(String) - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Sets the value of the role property.
setRole(String) - Method in class org.oclc.purl.dsdl.svrl.FiredRuleType
Sets the value of the role property.
setRole(String) - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Sets the value of the role property.
setSchemaVersion(String) - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Sets the value of the schemaVersion property.
setTest(String) - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Sets the value of the test property.
setTest(String) - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Sets the value of the test property.
setText(String) - Method in class org.oclc.purl.dsdl.svrl.DiagnosticReferenceType
Sets the value of the text property.
setText(String) - Method in class org.oclc.purl.dsdl.svrl.FailedAssertType
Sets the value of the text property.
setText(String) - Method in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
Sets the value of the text property.
setTitle(String) - Method in class org.oclc.purl.dsdl.svrl.SchematronOutputType
Sets the value of the title property.
setUri(String) - Method in class org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValuesType
Sets the value of the uri property.
SuccessfulReportType - Class in org.oclc.purl.dsdl.svrl
# only successful asserts are reported successful-report = element successful-report { attlist.assert-and-report, diagnostic-reference*, human-text } Java class for SuccessfulReportType complex type.
SuccessfulReportType() - Constructor for class org.oclc.purl.dsdl.svrl.SuccessfulReportType
 
SVRL_NAMESPACE_URI - Static variable in class eu.peppol.validation.commons.schematron.svrl.CSVRL
The namespace of the SVRL files.
SVRL_XSD_PATH - Static variable in class eu.peppol.validation.commons.schematron.svrl.CSVRL
Path to the SVRL XSD file within the class path
SVRLFailedAssert - Class in eu.peppol.validation.commons.schematron.svrl
A wrapper around FailedAssertType with easier error level handling.
SVRLFailedAssert(FailedAssertType) - Constructor for class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
SVRLLocationBeautifierRegistry - Class in eu.peppol.validation.commons.schematron.svrl
A central registry for all ISVRLLocationBeautifierSPI instances.
SVRLReader - Class in eu.peppol.validation.commons.schematron.svrl
This is the XML reader for Schematron SVRL documents.
SVRLResourceError - Class in eu.peppol.validation.commons.schematron.svrl
Special SVRL resource error that contains the Schematron "test" as well.
SVRLResourceError(IResourceLocation, EErrorLevel, String, String) - Constructor for class eu.peppol.validation.commons.schematron.svrl.SVRLResourceError
Constructor.
SVRLUtils - Class in eu.peppol.validation.commons.schematron.svrl
Miscellaneous utility methods for handling Schematron output (SVRL).
SVRLWriter - Class in eu.peppol.validation.commons.schematron.svrl
This is the XML writer for Schematron SVRL documents.

T

test - Variable in class org.oclc.purl.dsdl.svrl.FailedAssertType
 
test - Variable in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
 
text - Variable in class org.oclc.purl.dsdl.svrl.DiagnosticReferenceType
 
text - Variable in class org.oclc.purl.dsdl.svrl.FailedAssertType
 
text - Variable in class org.oclc.purl.dsdl.svrl.SuccessfulReportType
 
title - Variable in class org.oclc.purl.dsdl.svrl.SchematronOutputType
 
toString() - Method in class eu.peppol.validation.commons.schematron.AbstractSchematronResource
 
toString() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLFailedAssert
 
toString() - Method in class eu.peppol.validation.commons.schematron.svrl.SVRLResourceError
 
toString() - Method in class eu.peppol.validation.commons.schematron.xslt.AbstractSchematronXSLTResource
 

U

uri - Variable in class org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValuesType
 

W

writeSVRL(SchematronOutputType, Result) - Static method in class eu.peppol.validation.commons.schematron.svrl.SVRLWriter
Convert the passed schematron output element into an W3C Document node.

A C D E F G H I L N O P R S T U W

Copyright © 2011 PEPPOL project. All Rights Reserved.