Modifier and Type | Interface and Description |
---|---|
public interface | EnableAttribute
This interface is used by Ant attributes. |
Modifier and Type | Class and Description |
---|---|
public class | AttributeNamespace
This class is used to indicate that the XML namespace (URI) can be used to look for namespace attributes. |
public abstract class | BaseIfAttribute
An abstract class for if/unless attributes. |
public class | IfBlankAttribute
Check if an attribute is blank or not. |
public class | IfSetAttribute
Check if an attribute value as a property is set or not |
public class | IfTrueAttribute
Check if an attribute value is true or not. |