Class AttributeDefinition

java.lang.Object
org.jfree.xml.util.AttributeDefinition

public class AttributeDefinition extends Object
An attribute definition.
  • Constructor Details

    • AttributeDefinition

      public AttributeDefinition(String propertyName, String attributeName, AttributeHandler handler)
      Creates a new attribute definition.
      Parameters:
      propertyName - the property name.
      attributeName - the attribute name.
      handler - the handler.
  • Method Details