public class ErrorPrinter extends Object
| Constructor and Description |
|---|
ErrorPrinter(URL document,
List<URL> schemas) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
documentHasContent() |
ErrorPrinter |
pathGate(SchemaPathGate gate) |
ErrorPrinter |
prefixProvider(SchemaPathPrefixProvider prefixProvider) |
void |
print(ValidationError error) |
ErrorPrinter |
printer(Printer printer) |
ErrorPrinter |
stringifiers(List<Stringifier> stringifiers) |
public ErrorPrinter(URL document, List<URL> schemas) throws IOException
IOExceptionpublic boolean documentHasContent()
public void print(ValidationError error)
public ErrorPrinter printer(Printer printer)
public ErrorPrinter stringifiers(List<Stringifier> stringifiers)
public ErrorPrinter pathGate(SchemaPathGate gate)
public ErrorPrinter prefixProvider(SchemaPathPrefixProvider prefixProvider)
Copyright © 2017. All Rights Reserved.