public interface ElementValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(String uri,
String localName,
String qName)
The implementations should validate the qName of the sax elements,
throws an exception if needed, and return true when the validation
is no longer needed for the next element.
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.