Fields Summary |
---|
public static final String | UNEXPECTED_ELEMENTError message for an unexpected element |
public static final String | UNEXPECTED_ELEMENT_CHILDError message for an unexpected element child |
public static final String | URECOGNIZED_ELEMENT_CHILDError message for an urecognized element child |
public static final String | UNEXPECTED_ATTRIBUTEError message for an unexpected attribute |
public static final String | UNEXPECTED_ELEMENT_VALUEError message for an unexpected element value |
public static final String | MISSING_ELEMENT_ATTRIBUTEError message for a missing element attribute |
public static final String | MISSING_ELEMENT_CHILDError message for a missing element child |
public static final String | MISSING_ELEMENT_VALUEError message for a missing element value |
public static final String | MISSING_ELEMENT_VALUE_PLAINError message for a missing element value |
public static final String | DUPLICATE_ELEMENTError message for a duplicated element |
public static final String | DUPLICATE_ELEMENT_VALUEError message for a duplicated element value |
public static final String | DUPLICATE_ATTRIBUTEError message for a duplicated attribute |
public static final String | INVALID_ATTRIBUTEError message for an invalid attribute |
public static final String | INVALID_ELEMENT_VALUEError message for an invalid element value |