ENUMWellformedCheckType
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.
COM and .NET
eWellFormedAny | = 0 |
eWellFormedXML | = 1 |
eWellFormedDTD | = 2 |
eWellFormedJSON | = 3 |
Used by
Interface | Method |
Java
public enum ENUMWellformedCheckType {
eWellformedAny
eWellformedXML
eWellformedDTD
eWellformedJSON }
Used by
Class | Method |