@Immutable public final class SVRLReader extends Object
SchematronOutputType elements. The reading
itself is done with JAXB.| Modifier and Type | Method and Description |
|---|---|
static SchematronOutputType |
readXML(com.helger.commons.io.resource.IReadableResource aRes)
Convert the passed resource into a SVRL domain object
|
static SchematronOutputType |
readXML(Node aNode)
Convert the passed W3C node into a SVRL domain object
|
static SchematronOutputType |
readXML(Source aSource)
Convert the passed object into a SVRL domain object
|
@Nullable public static SchematronOutputType readXML(@Nonnull com.helger.commons.io.resource.IReadableResource aRes)
aRes - The resource to be converted. May not be null.null if the passed object could not be interpreted as
SVRL.@Nullable public static SchematronOutputType readXML(@Nonnull Node aNode)
aNode - The node to be converted. May not be null.null if the passed object could not be interpreted as
SVRL.@Nullable public static SchematronOutputType readXML(@Nonnull Source aSource)
aSource - The source to be converted. May not be null.null if the passed object could not be interpreted as
SVRL.Copyright © 2014–2016 Philip Helger. All rights reserved.