public interface Invalidity
extends javax.xml.transform.SourceLocator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConstraintClauseNumber()
Get the clause number of the rule that has been violated
|
java.lang.String |
getConstraintName()
Get the name of the constraint that has been violated
|
java.lang.String |
getConstraintReference()
Get the constraint name and clause in the format defined in XML Schema Part 1 Appendix C (Outcome Tabulations).
|
AbsolutePath |
getContextPath()
Get a hierarchic path giving the logical position in the instance document where the
validation error was found
|
java.lang.String |
getErrorCode()
Get the error code associated with the validity error.
|
java.lang.String |
getMessage()
Get the text of a message explaining what is wrong
|
AbsolutePath |
getPath()
Get a hierarchic path giving the logical position in the instance document where the
validation error was found
|
int |
getSchemaPart()
Get the part number of the XSD schema specification containing the constraint that
has been violated
|
int getSchemaPart()
java.lang.String getConstraintName()
java.lang.String getConstraintClauseNumber()
java.lang.String getConstraintReference()
AbsolutePath getPath()
AbsolutePath getContextPath()
java.lang.String getMessage()
java.lang.String getErrorCode()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.