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().
()
| 151 | * accoring to schemaType(). |
| 152 | */ |
| 153 | boolean validate(); |
| 154 | |
| 155 | /** |
| 156 | * <p>Just like validate(), but with options.</p> |
no outgoing calls