Class SVRLMarshaller

java.lang.Object
com.helger.jaxb.GenericJAXBMarshaller<SchematronOutputType>
com.helger.schematron.svrl.SVRLMarshaller
All Implemented Interfaces:
com.helger.commons.lang.IHasClassLoader, com.helger.jaxb.IJAXBReader<SchematronOutputType>, com.helger.jaxb.IJAXBValidator<SchematronOutputType>, com.helger.jaxb.IJAXBWriter<SchematronOutputType>

@NotThreadSafe public class SVRLMarshaller extends com.helger.jaxb.GenericJAXBMarshaller<SchematronOutputType>
This is the XML reader and write for Schematron SVRL documents. It reads XML DOM documents and returns SchematronOutputType elements and vice versa. The reading and writing itself is done with JAXB.
Author:
Philip Helger
  • Field Summary

    Fields inherited from interface com.helger.jaxb.IJAXBWriter

    USE_JAXB_CHARSET_FIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    SVRLMarshaller(boolean bValidationEnabled)
     
  • Method Summary

    Methods inherited from class com.helger.jaxb.GenericJAXBMarshaller

    createSimpleJAXBElement, createValidationSchema, customizeMarshaller, customizeMarshallerForValidation, customizeUnmarshaller, getCharset, getClassLoader, getIndentString, getJAXBContext, getNamespaceContext, getNoNamespaceSchemaLocation, getOriginalXSDs, getSchemaLocation, getType, getValidationEventHandler, isFormattedOutput, isUseContextCache, isUseSchema, read, readExceptionCallbacks, setCharset, setCollectErrors, setFormattedOutput, setIndentString, setNamespaceContext, setNoNamespaceSchemaLocation, setSchemaLocation, setUseContextCache, setUseSchema, setValidationEventHandler, setValidationEventHandlerFactory, toString, validate, write, writeExceptionCallbacks

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.helger.commons.lang.IHasClassLoader

    hasClassLoader

    Methods inherited from interface com.helger.jaxb.IJAXBReader

    read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read

    Methods inherited from interface com.helger.jaxb.IJAXBValidator

    isValid, validate

    Methods inherited from interface com.helger.jaxb.IJAXBWriter

    getAsByteBuffer, getAsBytes, getAsDocument, getAsElement, getAsInputStream, getAsMicroDocument, getAsMicroElement, getAsString, getXMLWriterSettings, hasCharset, hasIndentString, hasNoNamespaceSchemaLocation, hasSchemaLocation, write, write, write, write, write, write, write, write, write
  • Constructor Details

    • SVRLMarshaller

      public SVRLMarshaller()
    • SVRLMarshaller

      public SVRLMarshaller(boolean bValidationEnabled)