public interface IPSElement extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.helger.xml.microdom.IMicroElement |
getAsMicroElement() |
boolean |
isMinimal() |
boolean |
isValid(IPSErrorHandler aErrorHandler)
Check if this element is specified completely.
|
void |
validateCompletely(IPSErrorHandler aErrorHandler)
Check if this element is specified completely.
|
boolean isValid(@Nonnull IPSErrorHandler aErrorHandler)
aErrorHandler - The error handler where the error details are stored. May not be
null.true if all mandatory fields are set and the element
is valid, false otherwise.void validateCompletely(@Nonnull IPSErrorHandler aErrorHandler)
aErrorHandler - The error handler where the error details are stored. May not be
null.boolean isMinimal()
true if this element conforms to the Schematron
minimal syntax, false otherwise.@Nonnull com.helger.xml.microdom.IMicroElement getAsMicroElement()
null.Copyright © 2014–2016 Philip Helger. All rights reserved.