| Package | Description | 
|---|---|
| buri.ddmsence | 
The core package of DDMSence, which contains the abstract base classes which do not need to be directly referenced. | 
| buri.ddmsence.ddms | 
Contains the top-level DDMS component,  Resource, various exception classes, and other supporting classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ValidationMessage> | AbstractBaseComponent. getValidationWarnings() | 
| List<ValidationMessage> | AbstractAttributeGroup. getValidationWarnings()Returns a list of any warning messages that occurred during validation. | 
| protected List<ValidationMessage> | AbstractAttributeGroup. getWarnings()Accessor for the list of validation warnings. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractBaseComponent. addWarnings(List<ValidationMessage> warnings,
           boolean forAttributes)Convenience method to add multiple warnings to the list of validation warnings. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ValidationMessage | ValidationMessage. newError(String text,
        String locator)Factory method to create an error | 
| static ValidationMessage | ValidationMessage. newWarning(String text,
          String locator)Factory method to create a warning | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ValidationMessage> | IDDMSComponent. getValidationWarnings()Returns a list of any warning messages that occurred during validation. | 
| List<ValidationMessage> | Resource. validateWithSchematron(File schematronFile)Performs a Schematron validation of the DDMS Resource, via the ISO Schematron skeleton stylesheets for XSLT1
 or XSLT2 processors. | 
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/