superwaba.ext.xplat.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(java.lang.String attrName,
java.lang.String attrValue,
byte dlm)
Call back to check if an attribute must be entered |
acceptAttribute
public boolean acceptAttribute(java.lang.String attrName,
java.lang.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.
- Throws:
- -
- See Also: