public interface IPSElement extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.phloc.commons.microdom.IMicroElement |
getAsMicroElement() |
boolean |
isMinimal() |
boolean |
isValid(com.phloc.commons.log.InMemoryLogger aLogger) |
boolean isValid(@Nonnull com.phloc.commons.log.InMemoryLogger aLogger)
aLogger - The logger where the error details are stored. May not be
null.true if all mandatory fields are set and the element
is valid, false otherwise.boolean isMinimal()
true if this element conforms to the Schematron
minimal syntax, false otherwise.@Nonnull com.phloc.commons.microdom.IMicroElement getAsMicroElement()
null.Copyright © 2006–2014 phloc systems. All rights reserved.