Class AttributeNamespaceDef

All Implemented Interfaces:
Cloneable

public final class AttributeNamespaceDef extends AntlibDefinition
Definition to allow the URI to be considered for Ant attributes.
Since:
Ant 1.9.1
  • Constructor Details

    • AttributeNamespaceDef

      public AttributeNamespaceDef()
  • Method Details

    • execute

      public void execute()
      Run the definition. This registers the XML namespace (URI) as a namespace for attributes.
      Overrides:
      execute in class Task