public class SVGAttribute
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Set |
applicabilitySet
Set of Element tags to which the attribute does or
does not apply.
|
private boolean |
isSetInclusive
Controls the semantic of applicabilitySet.
|
private java.lang.String |
name
SVG syntax for the attribute
|
Constructor and Description |
---|
SVGAttribute(java.util.Set applicabilitySet,
boolean isSetInclusive) |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(java.lang.String tag) |
private java.lang.String name
private java.util.Set applicabilitySet
private boolean isSetInclusive
public SVGAttribute(java.util.Set applicabilitySet, boolean isSetInclusive)
applicabilitySet
- Set of Element tags (Strings) to which
the attribute appliesisSetInclusive
- defines whether elements in applicabilitySet
define the list of elements to which the attribute
applies or to which it does not apply