Uses of Class
com.helger.schematron.pure.model.PSSchema
Packages that use PSSchema
Package
Description
-
Uses of PSSchema in com.helger.schematron.pure
Methods in com.helger.schematron.pure with parameters of type PSSchemaModifier and TypeMethodDescriptionstatic SchematronResourcePureSchematronResourcePure.fromSchema(PSSchema aSchematron) Create a newSchematronResourcePurefrom Schematron rules provided by a domain model.
Important: in this case, no include resolution will be performed!! -
Uses of PSSchema in com.helger.schematron.pure.binding
Methods in com.helger.schematron.pure.binding with parameters of type PSSchemaModifier and TypeMethodDescriptiondefault IPSBoundSchemaIPSQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorHandler, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a bound schema, which is like a precompiled schema. -
Uses of PSSchema in com.helger.schematron.pure.binding.xpath
Methods in com.helger.schematron.pure.binding.xpath with parameters of type PSSchemaModifier and TypeMethodDescriptionPSXPathQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) -
Uses of PSSchema in com.helger.schematron.pure.bound
Methods in com.helger.schematron.pure.bound that return PSSchemaModifier and TypeMethodDescriptionPSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema aSchema, IPSQueryBinding aQueryBinding) Pre-process the read schema, using the determined query binding.final PSSchemaAbstractPSBoundSchema.getOriginalSchema()IPSBoundSchema.getOriginalSchema()PSBoundSchemaCacheKey.readSchema(com.helger.commons.io.resource.IReadableResource aResource, IPSErrorHandler aErrorHandler, EntityResolver aEntityResolver) Read the specified schema from the passed resource.Methods in com.helger.schematron.pure.bound with parameters of type PSSchemaModifier and TypeMethodDescriptionPSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema aSchema, IPSQueryBinding aQueryBinding) Pre-process the read schema, using the determined query binding.PSBoundSchemaCacheKey.getQueryBinding(PSSchema aSchema) Determine the query binding for the read schema.Constructors in com.helger.schematron.pure.bound with parameters of type PSSchemaModifierConstructorDescriptionAbstractPSBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhaseID, IPSErrorHandler aCustomErrorHandler, IPSValidationHandler aCustomValidationHandler) -
Uses of PSSchema in com.helger.schematron.pure.bound.xpath
Constructors in com.helger.schematron.pure.bound.xpath with parameters of type PSSchemaModifierConstructorDescriptionPSXPathBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a new bound schema. -
Uses of PSSchema in com.helger.schematron.pure.exchange
Methods in com.helger.schematron.pure.exchange that return PSSchemaModifier and TypeMethodDescriptionPSReader.readSchema()Read the schema from the resource supplied in the constructor.PSReader.readSchemaFromXML(com.helger.xml.microdom.IMicroElement eSchema) Parse the Schematron into a pure Java object.Methods in com.helger.schematron.pure.exchange with parameters of type PSSchemaModifier and TypeMethodDescriptionstatic com.helger.xml.namespace.MapBasedNamespaceContextPSWriterSettings.createNamespaceMapping(PSSchema aSchema) Helper method to extract the namespace mapping from the provided Schematron. -
Uses of PSSchema in com.helger.schematron.pure.preprocess
Methods in com.helger.schematron.pure.preprocess that return PSSchemaModifier and TypeMethodDescriptionPSPreprocessor.getAsMinimalSchema(PSSchema aSchema) Convert the passed schema to a minimal schema.PSPreprocessor.getAsPreprocessedSchema(PSSchema aSchema) Convert the passed schema to a pre-processed schema.PSPreprocessor.getForcedPreprocessedSchema(PSSchema aSchema) Convert the passed schema to a pre-processed schema independent if it is already minimal or not.Methods in com.helger.schematron.pure.preprocess with parameters of type PSSchemaModifier and TypeMethodDescriptionPSPreprocessor.getAsMinimalSchema(PSSchema aSchema) Convert the passed schema to a minimal schema.PSPreprocessor.getAsPreprocessedSchema(PSSchema aSchema) Convert the passed schema to a pre-processed schema.PSPreprocessor.getForcedPreprocessedSchema(PSSchema aSchema) Convert the passed schema to a pre-processed schema independent if it is already minimal or not. -
Uses of PSSchema in com.helger.schematron.pure.validation
Methods in com.helger.schematron.pure.validation with parameters of type PSSchemaModifier and TypeMethodDescriptiondefault voidThis is the last method called.voiddefault voidThis is the first method called.void -
Uses of PSSchema in com.helger.schematron.pure.validation.xpath
Methods in com.helger.schematron.pure.validation.xpath with parameters of type PSSchema