Package net.ihe.gazelle.validation
Class DocumentWellFormed
java.lang.Object
net.ihe.gazelle.validation.DocumentValidXSD
net.ihe.gazelle.validation.DocumentWellFormed
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Result"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.ihe.gazelle.validation.DocumentValidXSD
nbOfErrors, nbOfWarnings, result, xsdMessage
-
Constructor Summary
-
Method Summary
Methods inherited from class net.ihe.gazelle.validation.DocumentValidXSD
getNbOfErrors, getNbOfWarnings, getResult, getXSDMessage, setNbOfErrors, setNbOfWarnings, setResult
-
Constructor Details
-
DocumentWellFormed
public DocumentWellFormed()
-