public class AnyOperationValidator extends Object implements ElementValidator
| Constructor and Description |
|---|
AnyOperationValidator(Set<QName> possibleOperations) |
| 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.
|
public boolean validate(String uri, String localName, String qName)
ElementValidatorvalidate in interface ElementValidatorCopyright © 2023 MuleSoft, Inc.. All rights reserved.