Altova RaptorXML Server 2024

Returns the result of checking the XML document or DTD document for well-formedness. The type of document to check is specified by the type parameter, which takes an ENUMWellformedCheckType literal as its value. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use LastErrorMessage to access additional information.

 

COM and .NET

 

Signature: boolean isWellFormed(ENUMWellformedCheckType type)

 

Java

 

Signature: public boolean isWellFormed(ENUMWellformedCheckType type)

 

© 2017-2023 Altova GmbH