public interface SchemaReporter extends Extension
Modifier and Type | Method and Description |
---|---|
void |
getSchema(org.w3c.dom.Element schemaDefElement)
Returns the application schema.
|
void getSchema(org.w3c.dom.Element schemaDefElement)
schema-def
element in the XML document that is
returned to the engine when this method returns. You need to add the child elements to schemaDefElement that
correspond to the application schema and then return.schemaDefElement
- The element corresponding to the schema-def
element in the XML document that
is returned to the engine when this method returns.