public class BodyValidator extends Object implements ElementValidator
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY_LOCAL_NAME |
| Constructor and Description |
|---|
BodyValidator() |
| 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 static final String BODY_LOCAL_NAME
public boolean validate(String uri, String localName, String qName)
ElementValidatorvalidate in interface ElementValidatorCopyright © 2023 MuleSoft, Inc.. All rights reserved.