Modifier and Type | Method and Description |
---|---|
boolean |
InferredSchemaInspector.Handler.callback(ConflictHandler.Event event,
ConflictHandler.Type type,
QName name,
String path,
String message) |
Modifier and Type | Method and Description |
---|---|
static ConflictHandler.Event |
ConflictHandler.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictHandler.Event[] |
ConflictHandler.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConflictHandler.callback(ConflictHandler.Event event,
ConflictHandler.Type type,
QName name,
String path,
String message)
Callback method for deciding whether given Xml document is valid or not,
and if so, to expand the schema.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DenyAll.callback(ConflictHandler.Event event,
ConflictHandler.Type type,
QName name,
String path,
String message) |
boolean |
AllowAll.callback(ConflictHandler.Event event,
ConflictHandler.Type type,
QName name,
String path,
String message) |
Copyright © 2019. All Rights Reserved.