public class IdentityConstraint extends Object
Modifier and Type | Class and Description |
---|---|
class |
IdentityConstraint.ConstraintState |
class |
IdentityConstraint.FieldState |
class |
IdentityConstraint.IdRefState |
class |
IdentityConstraint.IdState |
class |
IdentityConstraint.KeyrefState |
class |
IdentityConstraint.SelectorState |
Constructor and Description |
---|
IdentityConstraint(Collection errorListener,
boolean trackIdrefs) |
Modifier and Type | Method and Description |
---|---|
void |
attr(ValidatorListener.Event e,
QName name,
SchemaType st,
String value) |
void |
element(ValidatorListener.Event e,
SchemaType st,
SchemaIdentityConstraint[] ics) |
void |
endElement(ValidatorListener.Event e) |
static XmlError |
errorForEvent(String msg,
int severity,
ValidatorListener.Event event) |
static XmlError |
errorForEvent(String code,
Object[] args,
int severity,
ValidatorListener.Event event) |
boolean |
isValid() |
void |
text(ValidatorListener.Event e,
SchemaType st,
String value,
boolean emptyContent) |
public IdentityConstraint(Collection errorListener, boolean trackIdrefs)
public void element(ValidatorListener.Event e, SchemaType st, SchemaIdentityConstraint[] ics)
public void endElement(ValidatorListener.Event e)
public void attr(ValidatorListener.Event e, QName name, SchemaType st, String value)
public void text(ValidatorListener.Event e, SchemaType st, String value, boolean emptyContent)
public boolean isValid()
public static XmlError errorForEvent(String code, Object[] args, int severity, ValidatorListener.Event event)
public static XmlError errorForEvent(String msg, int severity, ValidatorListener.Event event)