| Package | Description |
|---|---|
| de.aristaflow.adept2.model.processmodel.xml |
The xml packages provides a generic import and export functionality for all components implementing the common ADEPT2 processmodel interfaces and just requires an implementation of the ProcessModelFactory.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessModelXMLConstants.SchemaType |
ProcessModelXMLConstants.SchemaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessModelXMLConstants.SchemaType[] |
ProcessModelXMLConstants.SchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.validation.Schema |
ProcessModelXMLHelperTools.getSchemaForSchemaType(ProcessModelXMLConstants.SchemaType schemaType) |
static boolean |
ProcessModelXMLHelperTools.isDocumentValid(org.w3c.dom.Document document,
ProcessModelXMLConstants.SchemaType schemaType)
Returns whether the given
Document is valid against the given
SchemaType. |
static void |
ProcessModelXMLHelperTools.validateDocument(org.w3c.dom.Document document,
ProcessModelXMLConstants.SchemaType schemaType)
Checks, if a document uses a valid schema.
|