public static interface AttributeList.Filter
AttributeList.| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptAttribute(java.lang.String attrName,
java.lang.String attrValue,
byte dlm)
Call back to check if an attribute must be entered.
|
boolean acceptAttribute(java.lang.String attrName,
java.lang.String attrValue,
byte dlm)
attrName - The name of the attribute.attrValue - The unquoted value of the attribute.dlm - Delimiter that started the attribute value (' or "), or '\0' if none.true if the attribute can be entered; false, otherwise.