Platforms to show: All Mac Windows Linux Cross-Platform
XMLValidatorMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XML | MBS Util Plugin | 19.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Using the validator in LibXML.
- 2 events
- event Error(message as XMLValidatorMessageMBS)
- event Warning(message as XMLValidatorMessageMBS)
- property MessageCount as Integer
- 8 methods
- method Constructor(File as FolderItem)
- method Constructor(XMLSchema as String)
- method Destructor
- method Message(index as Integer) as XMLValidatorMessageMBS
- method Messages as XMLValidatorMessageMBS()
- method ValidateFile(file as FolderItem) as Integer
- method ValidateFile(path as string) as Integer
- method ValidateString(text as string) as Integer
- 4 shared methods
- shared method CanonicalXML(XML as String, Mode as Integer = 0) as String
- shared method LoadIconvLibrary(path as String, byref Error as String) as boolean
- shared method SetCurrentWorkingDirectory(path as folderitem) as boolean
- shared method SetCurrentWorkingDirectory(path as String) as boolean
This class has no sub classes.
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 24.3
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.3
- MBS Xojo Plugins, version 24.3pr3
- News from the MBS Xojo Plugins Version 20.4
- MBS Xojo Plugins, version 20.4pr9
- MBS Xojo Plugins, version 20.2pr5
- MBS Xojo Plugins in version 19.2
- MBS Xojo Plugins, version 19.2pr8
- New XML Validator class for Xojo
Xojo Developer Magazine
Release notes
- Version 24.3
- Added CanonicalXML function to XMLValidatorMBS class.
- Version 20.4
- Added LoadIconvLibrary method for ArchiverMBS, XMLValidatorMBS, zxingReaderMBS, GMImageMBS and TextConverterMBS classes for helping with text encodings if needed.
- Improved text encoding handling for XML Parsing with XMLValidatorMBS class.
- Version 20.2
- Added constructor to XMLValidatorMBS class to take folderitem.
- Version 19.2
- Added XMLValidatorMBS class.
The items on this page are in the following plugins: MBS Util Plugin.
XMLTypeInfoMBS - XMLValidatorMessageMBS