@FunctionalInterface
public interface DebugOutput
| Modifier and Type | Method and Description |
|---|---|
java.io.Writer |
getWriter(java.lang.String systemId)
Return a writer for the specified schema system Id.
|
default boolean |
indent()
Indicate whether the debug output should be indented.
|
java.io.Writer getWriter(java.lang.String systemId)
throws java.io.IOException
systemId - The system ID of the schema being compiled.null for no debug.java.io.IOException - should an IOException occurdefault boolean indent()