org.apache.batik.svggen
public class SVGAttribute extends Object
Constructor Summary | |
---|---|
SVGAttribute(Set applicabilitySet, boolean isSetInclusive) |
Method Summary | |
---|---|
boolean | appliesTo(String tag) |
Parameters: applicabilitySet Set of Element tags (Strings) to which the attribute applies isSetInclusive defines whether elements in applicabilitySet define the list of elements to which the attribute applies or to which it does not apply
Parameters: tag the tag of the Element to which the attribute could apply.
Returns: true if the attribute applies to the given Element