Specifies the type of well-formed check to make (for XML, DTD, or JSON).
•eWellformedAny: The document type is detected, and the type of check is set automatically.
•eWellformedXML: Checks an XML document for well-formedness.
•eWellformedDTD: Checks a DTD document for well-formedness.
•eWellformedJSON: Checks a JSON document for well-formedness.
eWellFormedAny |
= 0 |
eWellFormedXML |
= 1 |
eWellFormedDTD |
= 2 |
eWellFormedJSON |
= 3 |
Interface |
Method |
public enum ENUMWellformedCheckType {
eWellformedAny
eWellformedXML
eWellformedDTD
eWellformedJSON }
Class |
Method |