public class SLDIsNullOperator extends SLDOperator
for SLD v1.1.0
,
for SLD v1.0.0
Constructor and Description |
---|
SLDIsNullOperator(org.xmlpull.v1.XmlPullParser xpp) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateWithAttrs(AttrDictionary attrs) |
static boolean |
matchesElementNamed(java.lang.String elementName) |
public SLDIsNullOperator(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException
org.xmlpull.v1.XmlPullParserException
java.io.IOException
public static boolean matchesElementNamed(java.lang.String elementName)
public boolean evaluateWithAttrs(AttrDictionary attrs)
evaluateWithAttrs
in class SLDOperator