Uses of Class
com.helger.schematron.pure.SchematronResourcePure
Packages that use SchematronResourcePure
-
Uses of SchematronResourcePure in com.helger.schematron.pure
Methods in com.helger.schematron.pure that return SchematronResourcePureModifier and TypeMethodDescriptionstatic SchematronResourcePureSchematronResourcePure.fromByteArray(byte[] aSchematron) Create a newSchematronResourcePurefrom Schematron rules provided by an arbitrary byte array.
Important: in this case, no include resolution will be performed!!static SchematronResourcePureSchematronResourcePure.fromClassPath(String sSCHPath) Create a newSchematronResourcePurefrom a Classpath Schematron rulesstatic SchematronResourcePureSchematronResourcePure.fromClassPath(String sSCHPath, ClassLoader aClassLoader) Create a newSchematronResourcePurefrom a Classpath Schematron rulesstatic SchematronResourcePureCreate a newSchematronResourcePurefrom file system Schematron rulesstatic SchematronResourcePureCreate a newSchematronResourcePurefrom file system Schematron rulesstatic SchematronResourcePureSchematronResourcePure.fromInputStream(String sResourceID, InputStream aSchematronIS) Create a newSchematronResourcePurefrom Schematron rules provided by an arbitraryInputStream.
Important: in this case, no include resolution will be performed!!static SchematronResourcePureSchematronResourcePure.fromSchema(PSSchema aSchematron) Create a newSchematronResourcePurefrom Schematron rules provided by a domain model.
Important: in this case, no include resolution will be performed!!static SchematronResourcePureSchematronResourcePure.fromString(String sSchematron, Charset aCharset) Create a newSchematronResourcePurefrom Schematron rules provided by an arbitrary String.
Important: in this case, no include resolution will be performed!!static SchematronResourcePureCreate a newSchematronResourcePurefrom Schematron rules provided at a URLstatic SchematronResourcePureCreate a newSchematronResourcePurefrom Schematron rules provided at a URLfinal SchematronResourcePureSchematronResourcePure.setCustomValidationHandler(IPSValidationHandler aCustomValidationHandler) Set the custom validation handler to be used during binding.SchematronResourcePure.setEntityResolver(EntityResolver aEntityResolver) Set the XML entity resolver to be used when reading the Schematron or the XML to be validated.final SchematronResourcePureSchematronResourcePure.setErrorHandler(IPSErrorHandler aErrorHandler) Set the error handler to be used during binding.final SchematronResourcePureSet the Schematron phase to be evaluated.final SchematronResourcePureSchematronResourcePure.setXPathConfig(IXPathConfig aXPathConfig) Set theXPathConfigto be used in the XPath statements.