net.sf.saxon.om
public final class Validation extends Object
Field Summary | |
---|---|
static int | DEFAULT |
static int | INVALID |
static int | LAX |
static int | PRESERVE |
static int | SKIP |
static int | STRICT |
static int | STRIP |
static int | VALIDATE_OUTPUT |
static int | VALIDATION_MODE_MASK |
Method Summary | |
---|---|
static int | getCode(String value) |
static String | toString(int value) |