@Immutable @Deprecated @DevelopersNote(value="Use SVRLMarshaller direct - much more flexibility") 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)
Deprecated.
Convert the passed resource into a SVRL domain object
|
static SchematronOutputType |
readXML(Node aNode)
Deprecated.
Convert the passed W3C node 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.Copyright © 2014–2019 Philip Helger. All rights reserved.