Modifier and Type | Class and Description |
---|---|
class |
InferredSchemaInspector.Handler |
Modifier and Type | Method and Description |
---|---|
void |
InferredSchema.learningValidate(org.apache.xmlbeans.XmlObject xml,
ConflictHandler handler)
Attempts to validate the given XML against the inferred schema.
|
Modifier and Type | Method and Description |
---|---|
ConflictHandler |
Context.getHandler()
Getter for the contained ConflictHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaSystem.validate(org.apache.xmlbeans.XmlObject xmlo,
ConflictHandler handler)
Validate an XmlObject against the contained inferred schemas.
|
Constructor and Description |
---|
Context(SchemaSystem system,
ConflictHandler handler,
org.apache.xmlbeans.XmlCursor cursor)
Creates a new Context object.
|
Modifier and Type | Class and Description |
---|---|
class |
AllowAll
ConflictHandler that allows any changes that need to be made to the schema in
order to validate against given XML document.
|
class |
DenyAll
A ConflictHandler that denies any attempt to change the inferred schema.
|
Modifier and Type | Method and Description |
---|---|
void |
InferredSchemaImpl.learningValidate(org.apache.xmlbeans.XmlObject xml,
ConflictHandler handler) |
Copyright © 2019. All Rights Reserved.