MCPcopy Index your code
hub / github.com/apache/xmlbeans / validate

Method validate

src/main/java/org/apache/xmlbeans/XmlObject.java:153–153  ·  view source on GitHub ↗

Does a deep validation of the entire subtree under the object, but does not validate the parents or siblings of the object if the object is in the interior of an xml tree. @return true if the contents of this object are valid accoring to schemaType().

()

Source from the content-addressed store, hash-verified

151 * accoring to schemaType().
152 */
153 boolean validate();
154
155 /**
156 * <p>Just like validate(), but with options.</p>

Callers 15

mainMethod · 0.95
validateInstancesMethod · 0.95
validateInstanceMethod · 0.95
createNewSTSMethod · 0.95
testNotationMethod · 0.95
test_jira_XmlBeans64Method · 0.95
testNoTypeInvalidMethod · 0.95
performValidationMethod · 0.95
testValidate5Method · 0.95
testValidate7Method · 0.95
doTestMethod · 0.95

Implementers 3

XmlObjectBasesrc/main/java/org/apache/xmlbeans/impl
FilterXmlObjectsrc/main/java/org/apache/xmlbeans/Filt
XmlAnyTypeImplsrc/main/java/org/apache/xmlbeans/impl

Calls

no outgoing calls

Tested by 15

mainMethod · 0.76
validateInstancesMethod · 0.76
validateInstanceMethod · 0.76
createNewSTSMethod · 0.76
testNotationMethod · 0.76
test_jira_XmlBeans64Method · 0.76
testNoTypeInvalidMethod · 0.76
performValidationMethod · 0.76
testValidate5Method · 0.76
testValidate7Method · 0.76
doTestMethod · 0.76