Operation |
Details |
package refreshValidationSchemaCache():void |
Sequential Notes: | Refresh the validation schema cache. | |
package validateItemXml( String itemXml):String |
Sequential Notes: | Validate the given item xml against the matching validation schema using the default validation point. @return The validation report as xml. | |
package validateItemXml( String itemXml, String validationPoint):String |
Sequential Notes: | Validate the given item xml against the matching validation schema. @return The validation report as xml. | |
package validateItemXmlBySchema( String itemXml, String validationPoint, String validationSchema):String |
Sequential Notes: | Validate the given item xml against the matching validation schema. @return The validation report as xml. | |