totalcross.xml
Interface AttributeList.Filter
- Enclosing class:
- AttributeList
public static interface AttributeList.Filter
interface to filter each attribute before to enter it
in this AttributeList
acceptAttribute
boolean acceptAttribute(String attrName,
String attrValue,
byte dlm)
- Call back to check if an attribute must be entered
- Parameters:
attrName - name of the attributeattrValue - unquoted value of the attributedlm - delimiter that started the attribute value (' or ").
'\0' if none
- Returns:
- true if the attribute can be entered, false otherwise.