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


Method Summary
 boolean acceptAttribute(String attrName, String attrValue, byte dlm)
          Call back to check if an attribute must be entered
 

Method Detail

acceptAttribute

boolean acceptAttribute(String attrName,
                        String attrValue,
                        byte dlm)
Call back to check if an attribute must be entered

Parameters:
attrName - name of the attribute
attrValue - unquoted value of the attribute
dlm - delimiter that started the attribute value (' or "). '\0' if none
Returns:
true if the attribute can be entered, false otherwise.